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