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

#include <ble_store.h>

Public Attributes

ble_addr_t peer_addr
 
uint16_t ediv
 
uint64_t rand_num
 
uint8_t idx
 

Detailed Description

Used as a key for lookups of security material. This struct corresponds to the following store object types: o BLE_STORE_OBJ_TYPE_OUR_SEC o BLE_STORE_OBJ_TYPE_PEER_SEC

Member Data Documentation

◆ ediv

uint16_t ble_store_key_sec::ediv

Key by ediv; ediv_rand_present=0 means don't key off ediv.

◆ idx

uint8_t ble_store_key_sec::idx

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

◆ peer_addr

ble_addr_t ble_store_key_sec::peer_addr

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

◆ rand_num

uint64_t ble_store_key_sec::rand_num

Key by rand_num; ediv_rand_present=0 means don't key off rand_num.