BLE FOTA APP
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 21:01:00 by
1.7.2
Yihui Xiong