ESP-IDF
ble_store_config_persist_peer_secs()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_persist_peer_secs()
ble_store_config_persist_peer_secs() function
Syntax
Show:
Summary
Declaration
from
ble_store_config_priv.h:78
static
inline
int
ble_store_config_persist_peer_secs
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
ble_store_config_persist_peer_secs
(
void
)
{
return
0
;
}
ble_store_config_priv.h:78
rc
=
ble_store_config_persist_peer_secs
(
)
;
ble_store_config.c:391
ble_store_config_delete_peer_sec()
rc
=
ble_store_config_persist_peer_secs
(
)
;
ble_store_config.c:451
ble_store_config_write_peer_sec()
Call Tree
from
examples
ble_store_config_persist_peer_secs()
is called by 2 functions:
ble_store_config_delete_peer_sec()
ble_store_config_write_peer_sec()
All items filtered out
ble_store_config_persist_peer_secs()
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