ble_gatt_cpfd struct
Client Presentation Format Descriptor Defines the format of the Characteristic Value. +-------------+------------+ | Field Name | Value Size | +-------------+------------+ | Format | 1 octet | | Exponent | 1 octet | | Unit | 2 octets | | Name Space | 1 octet | | Description | 2 octets | +-------------+------------+
Fields
Format of the value of this characteristic. e.g. UINT32 Cannot be 0x00. 0x00 represents CPFD array is ended.
Exponent field. Multiplies the value to 10^exponent. Type: sint8.
The unit of this characteristic. e.g. meters per second.
The name space of the description.
The description of this characteristic. Depends on name space.