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_gatts_char_handles_t Struct Reference
[Structures]
GATT Characteristic Definition Handles. More...
#include <ble_gatts.h>
Data Fields | |
uint16_t | value_handle |
Handle to the characteristic value. | |
uint16_t | user_desc_handle |
Handle to the User Description descriptor, or BLE_GATT_HANDLE_INVALID if not present. | |
uint16_t | cccd_handle |
Handle to the Client Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present. | |
uint16_t | sccd_handle |
Handle to the Server Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present. |
Detailed Description
GATT Characteristic Definition Handles.
Definition at line 191 of file ble_gatts.h.
Field Documentation
uint16_t cccd_handle |
Handle to the Client Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.
Definition at line 195 of file ble_gatts.h.
uint16_t sccd_handle |
Handle to the Server Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.
Definition at line 196 of file ble_gatts.h.
uint16_t user_desc_handle |
Handle to the User Description descriptor, or BLE_GATT_HANDLE_INVALID if not present.
Definition at line 194 of file ble_gatts.h.
uint16_t value_handle |
Handle to the characteristic value.
Definition at line 193 of file ble_gatts.h.
Generated on Tue Jul 12 2022 13:52:33 by
