![]() |
nRF51 SDK - S310 SoftDevice
|
Structure for holding information about the service and the characteristics found during the discovery process. More...
#include <ble_db_discovery.h>
Data Fields | |
| ble_uuid_t | srv_uuid |
| uint8_t | char_count |
| ble_db_discovery_char_t | charateristics [3] |
| ble_gattc_handle_range_t | handle_range |
Structure for holding information about the service and the characteristics found during the discovery process.
| uint8_t ble_db_discovery_srv_t::char_count |
Number of characteristics present in the service.
| ble_db_discovery_char_t ble_db_discovery_srv_t::charateristics[3] |
Array of information related to the characteristics present in the service.
| ble_gattc_handle_range_t ble_db_discovery_srv_t::handle_range |
Service Handle Range.
| ble_uuid_t ble_db_discovery_srv_t::srv_uuid |
UUID of the service.