ESP-IDF
ble_store_value_sec
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_store_value_sec
ble_store_value_sec struct
Represents stored 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
Syntax
Show:
Summary
Declaration
from
ble_store.h:71
struct
ble_store_value_sec
{
ble_addr_t
peer_addr
;
uint16_t
bond_count
;
uint8_t
key_size
;
uint16_t
ediv
;
uint64_t
rand_num
;
uint8_t
ltk
[
16
]
;
uint8_t
ltk_present
:
1
;
uint8_t
irk
[
16
]
;
uint8_t
irk_present
:
1
;
uint8_t
csrk
[
16
]
;
uint8_t
csrk_present
:
1
;
uint32_t
sign_counter
;
unsigned
authenticated
:
1
;
uint8_t
sc
:
1
;
}
;
Fields
Field
Declared as
ble_store_value_sec::peer_addr
ble_addr_t
ble_store_value_sec::bond_count
uint16_t
ble_store_value_sec::key_size
uint8_t
ble_store_value_sec::ediv
uint16_t
ble_store_value_sec::rand_num
uint64_t
ble_store_value_sec::ltk
uint8_t
[
16
]
ble_store_value_sec::ltk_present
uint8_t
:
1
ble_store_value_sec::irk
uint8_t
[
16
]
ble_store_value_sec::irk_present
uint8_t
:
1
ble_store_value_sec::csrk
uint8_t
[
16
]
ble_store_value_sec::csrk_present
uint8_t
:
1
ble_store_value_sec::sign_counter
uint32_t
ble_store_value_sec::authenticated
unsigned
:
1
ble_store_value_sec::sc
uint8_t
:
1
Related Functions
Found 23 other functions taking a
ble_store_value_sec
argument:
Function
Description
ble_store_key_from_value_sec()
ble_store_read_peer_sec()
ble_store_ram_find_sec()
ble_store_config_find_sec()
ble_store_read_our_sec()
ble_store_write_our_sec()
ble_store_write_peer_sec()
ble_sm_fill_store_value()
ble_store_persist_sec()
ble_store_ram_delete_sec()
ble_store_ram_print_value_sec()
$sec *
ble_store_config_print_value_sec()
ble_store_config_delete_sec()
ble_sm_read_bond()
Reads a bond from storage.
ble_sm_retrieve_ltk()
$ltk *
ble_store_ram_read_peer_sec()
ble_store_ram_write_peer_sec()
ble_store_ram_read_our_sec()
ble_store_ram_write_our_sec()
ble_store_config_read_peer_sec()
ble_store_config_write_peer_sec()
ble_store_config_read_our_sec()
ble_store_config_write_our_sec()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out