GATT service discovery. More...
#include <ble_gattc.h>
Collaboration diagram for ble_gattc_evt_enh_srvc_disc_t:Public Attributes | |
| uint16_t | cid |
| Channel id. More... | |
| uint16_t | count |
| Service count. More... | |
| ble_gattc_service_t * | services |
| Service data. More... | |
GATT service discovery.
Definition at line 331 of file ble_gattc.h.
| uint16_t ble_gattc_evt_enh_srvc_disc_t::cid |
Channel id.
Definition at line 333 of file ble_gattc.h.
| uint16_t ble_gattc_evt_enh_srvc_disc_t::count |
Service count.
Definition at line 334 of file ble_gattc.h.
| ble_gattc_service_t* ble_gattc_evt_enh_srvc_disc_t::services |
Service data.
Definition at line 335 of file ble_gattc.h.