- 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入門基礎教程
- 電腦軟硬件維修大全(實例精華版)
- 計算機維修與維護技術速成
- Apple Motion 5 Cookbook
- Spring Cloud微服務架構實戰
- 筆記本電腦應用技巧
- 深入理解序列化與反序列化
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- Internet of Things Projects with ESP32
- VMware Workstation:No Experience Necessary
- LPC1100系列處理器原理及應用
- 基于網絡化教學的項目化單片機應用技術
- FPGA實驗實訓教程
- 計算機組裝與維護(慕課版)
- Hands-On One-shot Learning with Python