ESP-IDF
background_connections_pending_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
background_connections_pending_cb()
background_connections_pending_cb() function
Syntax
Show:
Summary
Declaration
from
btm_ble_bgconn.c:101
static
bool
background_connections_pending_cb
(
hash_map_entry_t
*
hash_entry
,
void
*
context
)
;
Arguments
Argument
hash_entry
context
Related Functions
Found 1 other functions taking a
hash_map_entry_t
argument:
Function
hash_iter_ro_cb()
Examples
References
from
examples
Code
Location
Referrer
static
bool
background_connections_pending_cb
(
hash_map_entry_t
*
hash_entry
,
void
*
context
)
btm_ble_bgconn.c:101
hash_map_foreach
(
background_connections
,
background_connections_pending_cb
,
&
pending_connections
)
;
btm_ble_bgconn.c:117
background_connections_pending()
Call Tree
from
examples
background_connections_pending_cb()
calls 1 function:
All items filtered out
background_connections_pending_cb()
BTM_IsAclConnectionUp()
All items filtered out
Data Use
from
examples
background_connections_pending_cb()
reads 3 variables and writes 1 variable:
bt_bdaddr_t::address
hash_map_entry_t::data
background_connection_t::address
All items filtered out
background_connections_pending_cb()
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