GATT characteristic discovery event for BLE_GATTC_EVT_CHAR_DISC. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | count |
ble_gattc_char_t * | chars |
GATT characteristic discovery event for BLE_GATTC_EVT_CHAR_DISC.
Definition at line 344 of file ble_gattc.h.
ble_gattc_char_t* ble_gattc_evt_char_disc_t::chars |
Characteristic data.
Definition at line 347 of file ble_gattc.h.
uint16_t ble_gattc_evt_char_disc_t::count |
Characteristic count.
Definition at line 346 of file ble_gattc.h.