Gatt cccd recovery event for BLE_GATTS_EVT_CCCD_RECOVERY. More...
#include <ble_gatts.h>
Public Attributes | |
ble_gap_bdaddr_t | peer_addr |
uint16_t | handle |
uint16_t | cccd_val |
Gatt cccd recovery event for BLE_GATTS_EVT_CCCD_RECOVERY.
Definition at line 393 of file ble_gatts.h.
uint16_t ble_gatts_evt_cccd_rec_t::cccd_val |
CCCD value.
Definition at line 397 of file ble_gatts.h.
uint16_t ble_gatts_evt_cccd_rec_t::handle |
Handle of attribute.
Definition at line 396 of file ble_gatts.h.
ble_gap_bdaddr_t ble_gatts_evt_cccd_rec_t::peer_addr |
Pointer to peer address.
Definition at line 395 of file ble_gatts.h.