ESP-IDF
ble_store_config_write_peer_sec()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_store_config_write_peer_sec()
ble_store_config_write_peer_sec() function
Syntax
Show:
Summary
Declaration
from
ble_store_config.c:422
static
int
ble_store_config_write_peer_sec
(
const
struct
ble_store_value_sec
*
value_sec
)
;
Arguments
Argument
value_sec
Related Functions
Found 22 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_read_our_sec()
ble_store_config_write_our_sec()
Examples
References
from
examples
Code
Location
Referrer
ble_store_config_write_peer_sec
(
const
struct
ble_store_value_sec
*
value_sec
)
ble_store_config.c:423
rc
=
ble_store_config_write_peer_sec
(
&
val
->
sec
)
;
ble_store_config.c:1089
ble_store_config_write()
Call Tree
from
examples
ble_store_config_write_peer_sec()
is called by 1 function and calls 5 functions:
ble_store_config_write()
All items filtered out
ble_store_config_write_peer_sec()
ble_store_key_from_value_sec()
ble_store_config_persist_peer_secs()
ble_restore_peer_sec_nvs()
ble_store_config_print_value_sec()
ble_store_config_find_sec()
All items filtered out
Data Use
from
examples
ble_store_config_write_peer_sec()
reads 3 variables and writes 3 variables:
ble_store_config_peer_secs
ble_store_config_num_peer_secs
ble_store_config_peer_bond_count
All items filtered out
ble_store_config_write_peer_sec()
ble_store_value_sec::bond_count
ble_store_config_num_peer_secs
ble_store_config_peer_bond_count
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