SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_db_discovery_char_t Struct Reference

ble_db_discovery_char_t Struct Reference
[Structures]

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
 Structure containing information about the characteristic.
uint16_t cccd_handle
 CCCD Handle value for this characteristic.

Detailed Description

Structure for holding the characteristic and the handle of its CCCD found during the discovery process.

Definition at line 85 of file ble_db_discovery.h.


Field Documentation

uint16_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.

Definition at line 88 of file ble_db_discovery.h.

Structure containing information about the characteristic.

Definition at line 87 of file ble_db_discovery.h.