GATT service discovery. More...
#include <ble_gattc.h>
Collaboration diagram for ble_gattc_srvc_disc_t:Public Attributes | |
| uint16_t | count |
| Service count. More... | |
| ble_gattc_service_t | services [__ARRAY_EMPTY] |
| Service data. More... | |
GATT service discovery.
Definition at line 231 of file ble_gattc.h.
| uint16_t ble_gattc_srvc_disc_t::count |
Service count.
Definition at line 233 of file ble_gattc.h.
| ble_gattc_service_t ble_gattc_srvc_disc_t::services[__ARRAY_EMPTY] |
Service data.
Definition at line 234 of file ble_gattc.h.