Characteristic presentation format.
#include <at_ble_api.h>
Data Fields | |
uint16_t | description |
as defined in GATT spec Part G, Section 3.3.3.5.6 More... | |
int8_t | exponent |
Value Exponent. More... | |
at_ble_char_pres_format_t | format |
Value format. More... | |
uint8_t | name_space |
as defined in GATT spec Part G, Section 3.3.3.5.5 More... | |
uint16_t | unit |
as defined in GATT spec Part G, Section 3.3.3.5.4 More... | |
uint16_t at_ble_char_presentation_t::description |
as defined in GATT spec Part G, Section 3.3.3.5.6
Referenced by bat_init_service(), and presentation_format_define().
int8_t at_ble_char_presentation_t::exponent |
Value Exponent.
Referenced by bat_init_service(), and presentation_format_define().
at_ble_char_pres_format_t at_ble_char_presentation_t::format |
Value format.
Referenced by bat_init_service(), and presentation_format_define().
uint8_t at_ble_char_presentation_t::name_space |
as defined in GATT spec Part G, Section 3.3.3.5.5
Referenced by bat_init_service(), and presentation_format_define().
uint16_t at_ble_char_presentation_t::unit |
as defined in GATT spec Part G, Section 3.3.3.5.4
Referenced by bat_init_service(), and presentation_format_define().