ESP-IDF
ble_hs_conn::bhc_next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_hs_conn::bhc_next
ble_hs_conn::bhc_next field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:51
SLIST_ENTRY
(
ble_hs_conn
)
bhc_next
;
Examples
References
from
examples
Code
Location
Referrer
SLIST_ENTRY
(
ble_hs_conn
)
bhc_next
;
ble_hs_conn_priv.h:51
conn
=
SLIST_NEXT
(
conn
,
bhc_next
)
)
{
ble_hs.c:308
ble_hs_wakeup_tx()
conn
=
SLIST_NEXT
(
conn
,
bhc_next
)
)
{
ble_hs.c:324
ble_hs_wakeup_tx()
SLIST_FOREACH
(
conn
,
&
ble_hs_conns
,
bhc_next
)
{
ble_hs_conn.c:226
ble_hs_conn_foreach()
SLIST_INSERT_HEAD
(
&
ble_hs_conns
,
conn
,
bhc_next
)
;
ble_hs_conn.c:278
ble_hs_conn_insert()
SLIST_REMOVE
(
&
ble_hs_conns
,
conn
,
ble_hs_conn
,
bhc_next
)
;
ble_hs_conn.c:290
ble_hs_conn_remove()
SLIST_FOREACH
(
conn
,
&
ble_hs_conns
,
bhc_next
)
{
ble_hs_conn.c:304
ble_hs_conn_find()
SLIST_FOREACH
(
conn
,
&
ble_hs_conns
,
bhc_next
)
{
ble_hs_conn.c:340
ble_hs_conn_find_by_addr()
SLIST_FOREACH
(
conn
,
&
ble_hs_conns
,
bhc_next
)
{
ble_hs_conn.c:376
ble_hs_conn_find_by_idx()
SLIST_FOREACH
(
conn
,
&
ble_hs_conns
,
bhc_next
)
{
ble_hs_conn.c:522
ble_hs_conn_timer()
conn
=
SLIST_NEXT
(
conn
,
bhc_next
)
)
{
ble_hs_flow.c:77
ble_hs_flow_tx_num_comp_pkts()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_next
is read by 9 functions:
All items filtered out
ble_hs_conn::bhc_next
ble_hs_conn_foreach()
ble_hs_conn_insert()
ble_hs_conn_remove()
ble_hs_conn_find()
ble_hs_conn_find_by_addr()
ble_hs_conn_find_by_idx()
ble_hs_conn_timer()
ble_hs_wakeup_tx()
ble_hs_flow_tx_num_comp_pkts()
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