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 BLE_WallbotBLE_Challenge by
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.
Generated on Tue Jul 12 2022 13:52:33 by
