GATT include discovery event for BLE_GATTC_EVT_INCLUDE_SRVC_DISC. More...
#include <ble_gattc.h>
Collaboration diagram for ble_gattc_evt_incl_disc_t:Public Attributes | |
| uint16_t | count |
| Include count. More... | |
| ble_gattc_include_t * | includes |
| Include data. More... | |
GATT include discovery event for BLE_GATTC_EVT_INCLUDE_SRVC_DISC.
Definition at line 243 of file ble_gattc.h.
| uint16_t ble_gattc_evt_incl_disc_t::count |
Include count.
Definition at line 245 of file ble_gattc.h.
| ble_gattc_include_t* ble_gattc_evt_incl_disc_t::includes |
Include data.
Definition at line 246 of file ble_gattc.h.