Characteristic Presentation Format Descriptor structure. The packed size is PRF_CHAR_PRES_FMT_SIZE. More...
#include <ble_prf_types.h>
Public Attributes | |
uint16_t | unit |
uint16_t | description |
uint8_t | format |
uint8_t | exponent |
uint8_t | name_space |
Characteristic Presentation Format Descriptor structure. The packed size is PRF_CHAR_PRES_FMT_SIZE.
Definition at line 90 of file ble_prf_types.h.
uint16_t prf_char_pres_fmt_t::description |
Description.
Definition at line 93 of file ble_prf_types.h.
uint8_t prf_char_pres_fmt_t::exponent |
Exponent.
Definition at line 95 of file ble_prf_types.h.
uint8_t prf_char_pres_fmt_t::format |
Format.
Definition at line 94 of file ble_prf_types.h.
uint8_t prf_char_pres_fmt_t::name_space |
Name space.
Definition at line 96 of file ble_prf_types.h.
uint16_t prf_char_pres_fmt_t::unit |
Unit (The Unit is a UUID).
Definition at line 92 of file ble_prf_types.h.