ESP-IDF
background_connection_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
background_connection_t
background_connection_t struct
Syntax
Show:
Summary
Declaration
from
btm_ble_bgconn.c:54
typedef
struct
background_connection_t
{
bt_bdaddr_t
address
;
}
background_connection_t
;
Fields
Field
Declared as
background_connection_t::address
bt_bdaddr_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
background_connection_t
{
btm_ble_bgconn.c:54
}
background_connection_t
;
btm_ble_bgconn.c:56
background_connection_t
background_connection_t
*
connection
=
hash_map_get
(
background_connections
,
address
)
;
btm_ble_bgconn.c:76
background_connection_add()
connection
=
osi_calloc
(
sizeof
(
background_connection_t
)
)
;
btm_ble_bgconn.c:78
background_connection_add()
background_connection_t
*
connection
=
hash_entry
->
data
;
btm_ble_bgconn.c:104
background_connections_pending_cb()
Call Tree
from
examples
All items filtered out
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