nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_db_discovery_srv_t Struct Reference

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
 

Detailed Description

Structure for holding information about the service and the characteristics found during the discovery process.

Field Documentation

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.