nRF51 SDK - S110 SoftDevice
|
Structure for holding the characteristic and the handle of its CCCD found during the discovery process. More...
#include <ble_db_discovery.h>
Data Fields | |
ble_gattc_char_t | characteristic |
uint16_t | cccd_handle |
Structure for holding the characteristic and the handle of its CCCD found during the discovery process.
uint16_t ble_db_discovery_char_t::cccd_handle |
CCCD Handle value for this characteristic. This will be set to BLE_GATT_HANDLE_INVALID if a CCCD is not present at the server.
ble_gattc_char_t ble_db_discovery_char_t::characteristic |
Structure containing information about the characteristic.