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
 

Detailed Description

Gatt cccd recovery event for BLE_GATTS_EVT_CCCD_RECOVERY.

Definition at line 393 of file ble_gatts.h.

Member Data Documentation

◆ cccd_val

uint16_t ble_gatts_evt_cccd_rec_t::cccd_val

CCCD value.

Definition at line 397 of file ble_gatts.h.

◆ handle

uint16_t ble_gatts_evt_cccd_rec_t::handle

Handle of attribute.

Definition at line 396 of file ble_gatts.h.

◆ peer_addr

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.


The documentation for this struct was generated from the following file: