ESP-IDF
ble_store_config_peer_bond_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_bond_count
ble_store_config_peer_bond_count variable
Syntax
Show:
Summary
Declaration
Definition
from
ble_store_config.c:138
extern
uint16_t
ble_store_config_peer_bond_count
;
Implemented in
ble_store_config.c:36
Examples
References
from
examples
Code
Location
Referrer
uint16_t
ble_store_config_peer_bond_count
;
ble_store_config.c:36
extern
uint16_t
ble_store_config_peer_bond_count
;
ble_store_config.c:138
ble_store_config_peer_bond_count
=
0
;
ble_store_config.c:142
ble_restore_peer_sec_nvs()
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()
if
(
ble_store_config_peer_bond_count
>
(
UINT16_MAX
-
5
)
)
{
ble_store_config.c:456
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_bond_count
is written by 2 functions and is read by 1 function:
ble_restore_peer_sec_nvs()
ble_store_config_write_peer_sec()
All items filtered out
ble_store_config_peer_bond_count
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