ESP-IDF
background_connections_pending()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_pending()
background_connections_pending() function
Syntax
Show:
Summary
Declaration
from
btm_ble_bgconn.c:113
static
bool
background_connections_pending
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
background_connections_pending
(
void
)
btm_ble_bgconn.c:113
if
(
p_cb
->
conn_state
==
BLE_CONN_IDLE
&&
background_connections_pending
(
)
btm_ble_bgconn.c:491
btm_ble_start_auto_conn()
}
else
if
(
background_connections_pending
(
)
)
{
btm_ble_bgconn.c:602
btm_ble_start_select_conn()
Call Tree
from
examples
background_connections_pending()
is called by 2 functions and calls 1 function:
btm_ble_start_auto_conn()
btm_ble_start_select_conn()
All items filtered out
background_connections_pending()
hash_map_foreach()
All items filtered out
Data Use
from
examples
background_connections_pending()
reads 2 variables:
background_connections
background_connections_pending_cb()
All items filtered out
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