ESP-IDF
ble_store_config_num_peer_secs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_num_peer_secs
ble_store_config_num_peer_secs variable
Syntax
Show:
Summary
Declaration
Definition
from
ble_store_config_priv.h:33
extern
int
ble_store_config_num_peer_secs
;
Implemented in
ble_store_config.c:43
Examples
References
from
examples
Code
Location
Referrer
int
ble_store_config_num_peer_secs
;
ble_store_config.c:43
extern
int
ble_store_config_num_peer_secs
;
ble_store_config_priv.h:33
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()
temp_count
=
ble_store_config_num_peer_secs
;
ble_store_config.c:145
ble_restore_peer_sec_nvs()
&
ble_store_config_num_peer_secs
)
;
ble_store_config.c:386
ble_store_config_delete_peer_sec()
ble_store_config_num_peer_secs
)
;
ble_store_config.c:409
ble_store_config_read_peer_sec()
ble_store_config_num_peer_secs
)
;
ble_store_config.c:435
ble_store_config_write_peer_sec()
if
(
ble_store_config_num_peer_secs
>=
MYNEWT_VAL
(
BLE_STORE_MAX_BONDS
)
)
{
ble_store_config.c:437
ble_store_config_write_peer_sec()
"(%d)\n"
,
ble_store_config_num_peer_secs
)
;
ble_store_config.c:439
ble_store_config_write_peer_sec()
idx
=
ble_store_config_num_peer_secs
;
ble_store_config.c:443
ble_store_config_write_peer_sec()
ble_store_config_num_peer_secs
++
;
ble_store_config.c:444
ble_store_config_write_peer_sec()
ble_store_config_num_peer_secs
=
0
;
ble_store_config.c:1174
ble_store_config_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_store_config_num_peer_secs
is written by 2 functions and is read by 3 functions:
ble_store_config_write_peer_sec()
ble_store_config_init()
All items filtered out
ble_store_config_num_peer_secs
ble_restore_peer_sec_nvs()
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