ESP-IDF
background_connections
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
background_connections
background_connections variable
Syntax
Show:
Summary
Declaration
from
btm_ble_bgconn.c:52
static
hash_map_t
*
background_connections
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
hash_map_t
*
background_connections
=
NULL
;
btm_ble_bgconn.c:52
if
(
!
background_connections
)
{
btm_ble_bgconn.c:65
background_connections_lazy_init()
background_connections
=
hash_map_new
(
background_connection_buckets
,
btm_ble_bgconn.c:66
background_connections_lazy_init()
assert
(
background_connections
)
;
btm_ble_bgconn.c:68
background_connections_lazy_init()
background_connection_t
*
connection
=
hash_map_get
(
background_connections
,
address
)
;
btm_ble_bgconn.c:76
background_connection_add()
hash_map_set
(
background_connections
,
&
(
connection
->
address
)
,
connection
)
;
btm_ble_bgconn.c:80
background_connection_add()
if
(
address
&&
background_connections
)
{
btm_ble_bgconn.c:88
background_connection_remove()
return
hash_map_erase
(
background_connections
,
address
)
;
btm_ble_bgconn.c:89
background_connection_remove()
if
(
background_connections
)
{
btm_ble_bgconn.c:96
background_connections_clear()
hash_map_clear
(
background_connections
)
;
btm_ble_bgconn.c:97
background_connections_clear()
if
(
background_connections
)
{
btm_ble_bgconn.c:116
background_connections_pending()
hash_map_foreach
(
background_connections
,
background_connections_pending_cb
,
&
pending_connections
)
;
btm_ble_bgconn.c:117
background_connections_pending()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
background_connections
is written by 1 function and is read by 5 functions:
background_connections_lazy_init()
All items filtered out
background_connections
background_connections_lazy_init()
background_connection_add()
background_connection_remove()
background_connections_clear()
background_connections_pending()
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