ESP-IDF
ble_store_config_peer_secs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_store_config_peer_secs
ble_store_config_peer_secs variable
Syntax
Show:
Summary
Declaration
Definition
from
ble_store_config_priv.h:31
extern
struct
ble_store_value_sec
ble_store_config_peer_secs
[
MYNEWT_VAL
(
BLE_STORE_MAX_BONDS
)
]
;
Implemented in
ble_store_config.c:39
Examples
References
from
examples
Code
Location
Referrer
ble_store_config_peer_secs
[
MYNEWT_VAL
(
BLE_STORE_MAX_BONDS
)
]
;
ble_store_config.c:40
ble_store_config_peer_secs
[
MYNEWT_VAL
(
BLE_STORE_MAX_BONDS
)
]
;
ble_store_config_priv.h:32
memcpy
(
temp_peer_secs
,
ble_store_config_peer_secs
,
ble_store_config_num_peer_secs
*
sizeof
(
struct
ble_store_value_sec
)
)
;
ble_store_config.c:144
ble_restore_peer_sec_nvs()
rc
=
ble_store_config_delete_sec
(
key_sec
,
ble_store_config_peer_secs
,
ble_store_config.c:385
ble_store_config_delete_peer_sec()
idx
=
ble_store_config_find_sec
(
key_sec
,
ble_store_config_peer_secs
,
ble_store_config.c:408
ble_store_config_read_peer_sec()
*
value_sec
=
ble_store_config_peer_secs
[
idx
]
;
ble_store_config.c:414
ble_store_config_read_peer_sec()
idx
=
ble_store_config_find_sec
(
&
key_sec
,
ble_store_config_peer_secs
,
ble_store_config.c:434
ble_store_config_write_peer_sec()
ble_store_config_peer_secs
[
idx
]
=
*
value_sec
;
ble_store_config.c:447
ble_store_config_write_peer_sec()
ble_store_config_peer_secs
[
idx
]
.
bond_count
=
++
ble_store_config_peer_bond_count
;
ble_store_config.c:449
ble_store_config_write_peer_sec()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_store_config_peer_secs
is read by 4 functions:
All items filtered out
ble_store_config_peer_secs
ble_restore_peer_sec_nvs()
ble_store_config_delete_peer_sec()
ble_store_config_read_peer_sec()
ble_store_config_write_peer_sec()
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