- Building Bluetooth Low Energy Systems
- Muhammad Usama bin Aftab
- 173字
- 2021-07-09 18:24:53
Characteristic
A characteristic contains a value, properties, and configuration information. Characteristic is the combination of characteristic properties, characteristic declaration, characteristic value, and a descriptor. Characteristic properties define the level of access that characteristic grants. For example, if a characteristic is read-only it will be defined in the properties. The characteristic declaration can be seen as a characteristic overview where the name, description, type and the requirements of the characteristic is mentioned. Descriptors are used to define a characteristic value.
The following diagram shows a view of the BLE characteristics:

Heart Rate Measurement characteristic with overview, properties, security and descriptor
The example in the figure is describing a Heart Rate Measurement characteristic. The overview describes the functionality of the characteristics and the requirement level. The requirement tells if it is mandatory or optional for the service. The properties show the access-level of this characteristic. In this particular scenario, the characteristic is only used to notify. The descriptor identifies the value or permits configurations of the GATT server with respect to the characteristic value.
- Arduino入門基礎(chǔ)教程
- 新媒體跨界交互設(shè)計(jì)
- ATmega16單片機(jī)項(xiàng)目驅(qū)動(dòng)教程
- 計(jì)算機(jī)組裝與系統(tǒng)配置
- INSTANT Wijmo Widgets How-to
- 精選單片機(jī)設(shè)計(jì)與制作30例(第2版)
- 平衡掌控者:游戲數(shù)值經(jīng)濟(jì)設(shè)計(jì)
- 計(jì)算機(jī)維修與維護(hù)技術(shù)速成
- Blender Quick Start Guide
- Wireframing Essentials
- FPGA實(shí)驗(yàn)實(shí)訓(xùn)教程
- 微控制器的應(yīng)用
- USB應(yīng)用開發(fā)寶典
- 分布式存儲(chǔ)系統(tǒng):核心技術(shù)、系統(tǒng)實(shí)現(xiàn)與Go項(xiàng)目實(shí)戰(zhàn)
- ARM接口編程