NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
ble_store_key_cccd Struct Reference

#include <ble_store.h>

Public Attributes

ble_addr_t peer_addr
 
uint16_t chr_val_handle
 
uint8_t idx
 

Detailed Description

Used as a key for lookups of stored client characteristic configuration descriptors (CCCDs). This struct corresponds to the BLE_STORE_OBJ_TYPE_CCCD store object type.

Member Data Documentation

◆ chr_val_handle

uint16_t ble_store_key_cccd::chr_val_handle

Key by characteristic value handle; chr_val_handle=0 means don't key off characteristic handle.

◆ idx

uint8_t ble_store_key_cccd::idx

Number of results to skip; 0 means retrieve the first match.

◆ peer_addr

ble_addr_t ble_store_key_cccd::peer_addr

Key by peer identity address; peer_addr=BLE_ADDR_NONE means don't key off peer.