nRF51 SDK v10.0.0
Data Fields
ble_gatt_db_char_t Struct Reference

Structure for holding the characteristic and the handle of its CCCD present on a server. More...

#include <ble_gatt_db.h>

Data Fields

ble_gattc_char_t characteristic
 
uint16_t cccd_handle
 

Detailed Description

Structure for holding the characteristic and the handle of its CCCD present on a server.

Field Documentation

uint16_t ble_gatt_db_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_gatt_db_char_t::characteristic

Structure containing information about the characteristic.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.