NimBLE-Arduino 2.1.2
|
#include <ble_store.h>
Public Attributes | |
ble_addr_t | peer_addr |
uint16_t | chr_val_handle |
uint8_t | idx |
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.
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.
uint8_t ble_store_key_cccd::idx |
Number of results to skip; 0 means retrieve the first match.
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.