![]() |
MT2523 API Reference
LinkIt SDK v4
|
Characteristic format value structure of the GATTS. More...
#include <bt_gatts.h>
Data Fields | |
| uint8_t | format |
| The format of the characteristic value. More... | |
| uint8_t | exponent |
| The exponent to determine how the value of the characteristic is further formatted. More... | |
| uint16_t | unit |
| The unit of the characteristic. More... | |
| uint8_t | name_space |
| The namespace of the characteristic. More... | |
| uint16_t | description |
| The description of the characteristic. More... | |
Characteristic format value structure of the GATTS.
| uint16_t description |
The description of the characteristic.
| uint8_t exponent |
The exponent to determine how the value of the characteristic is further formatted.
| uint8_t format |
The format of the characteristic value.
| uint8_t name_space |
The namespace of the characteristic.
| uint16_t unit |
The unit of the characteristic.