GATT characteristic descriptor discovery. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | count |
Descriptor count. More... | |
ble_gattc_desc_t | char_descs [__ARRAY_EMPTY] |
Descriptor data. More... | |
GATT characteristic descriptor discovery.
Definition at line 252 of file ble_gattc.h.
ble_gattc_desc_t ble_gattc_char_desc_disc_t::char_descs[__ARRAY_EMPTY] |
Descriptor data.
Definition at line 255 of file ble_gattc.h.
uint16_t ble_gattc_char_desc_disc_t::count |
Descriptor count.
Definition at line 254 of file ble_gattc.h.