GATT characteristic discovery. More...
#include <ble_gattc.h>
Collaboration diagram for ble_gattc_evt_enh_char_disc_t:Public Attributes | |
| uint16_t | cid |
| Channel id. More... | |
| uint16_t | count |
| Characteristic count. More... | |
| ble_gattc_char_t * | chars |
| Characteristic data. More... | |
GATT characteristic discovery.
Definition at line 347 of file ble_gattc.h.
| ble_gattc_char_t* ble_gattc_evt_enh_char_disc_t::chars |
Characteristic data.
Definition at line 351 of file ble_gattc.h.
| uint16_t ble_gattc_evt_enh_char_disc_t::cid |
Channel id.
Definition at line 349 of file ble_gattc.h.
| uint16_t ble_gattc_evt_enh_char_disc_t::count |
Characteristic count.
Definition at line 350 of file ble_gattc.h.