Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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 |
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 present on a server.
Definition at line 45 of file ble_gatt_db.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 48 of file ble_gatt_db.h.
Structure containing information about the characteristic.
Definition at line 47 of file ble_gatt_db.h.
Generated on Tue Jul 12 2022 17:52:46 by
