GATTC discovered service data structure. More...
#include <ble_gatt.h>

Public Attributes | |
| uint8_t | char_count |
| struct ble_gattc_handle_range_s | srv_handle_range |
| struct ble_gattc_db_disc_char_s | characteristics [BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV] |
| BLE_UUID | srv_uuid |
GATTC discovered service data structure.
| uint8_t char_count |
Discovered characteristic count in service
| struct ble_gattc_handle_range_s srv_handle_range |
The handle range of this service
| struct ble_gattc_db_disc_char_s characteristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV] |
Discovered characteristics in this service
| BLE_UUID srv_uuid |
UUID of discovered service