nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
ble_gatt_db_char Struct Reference

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

#include <bm/bluetooth/ble_gatt_db.h>

Data Fields

ble_gattc_char_t characteristic
 Structure containing information about the characteristic.
 
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.
 
uint16_t ext_prop_handle
 Extended Properties Handle value for this characteristic. This will be set to BLE_GATT_HANDLE_INVALID if an Extended Properties descriptor is not present at the server.
 
uint16_t user_desc_handle
 User Description Handle value for this characteristic. This will be set to BLE_GATT_HANDLE_INVALID if a User Description descriptor is not present at the server.
 
uint16_t report_ref_handle
 Report Reference Handle value for this characteristic. This will be set to BLE_GATT_HANDLE_INVALID if a Report Reference descriptor is not present at the server.
 

Detailed Description

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


The documentation for this struct was generated from the following file: