Gatt cccd recovery event for BLE_GATTS_EVT_CCCD_RECOVERY. More...

#include <ble_gatts.h>

+ Collaboration diagram for ble_gatts_evt_cccd_rec_t:

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...
 

Detailed Description

Gatt cccd recovery event for BLE_GATTS_EVT_CCCD_RECOVERY.

Definition at line 385 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 389 of file ble_gatts.h.

◆ handle

uint16_t ble_gatts_evt_cccd_rec_t::handle

Handle of attribute.

Definition at line 388 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 387 of file ble_gatts.h.


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