ESP-IDF
ble_hs_conn::bhc_channels
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
ble_hs_conn::bhc_channels
ble_hs_conn::bhc_channels field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:70
struct
ble_l2cap_chan_list
bhc_channels
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_l2cap_chan_list
bhc_channels
;
ble_hs_conn_priv.h:70
SLIST_FOREACH
(
chan
,
&
conn
->
bhc_channels
,
next
)
{
ble_hs_conn.c:62
ble_hs_conn_chan_find_by_scid()
SLIST_FOREACH
(
chan
,
&
conn
->
bhc_channels
,
next
)
{
ble_hs_conn.c:83
ble_hs_conn_chan_find_by_dcid()
SLIST_FOREACH
(
tmp
,
&
conn
->
bhc_channels
,
next
)
{
ble_hs_conn.c:101
ble_hs_conn_chan_exist()
SLIST_FOREACH
(
cur
,
&
conn
->
bhc_channels
,
next
)
{
ble_hs_conn.c:121
ble_hs_conn_chan_insert()
SLIST_INSERT_HEAD
(
&
conn
->
bhc_channels
,
chan
,
next
)
;
ble_hs_conn.c:133
ble_hs_conn_chan_insert()
SLIST_INIT
(
&
conn
->
bhc_channels
)
;
ble_hs_conn.c:159
ble_hs_conn_alloc()
SLIST_REMOVE
(
&
conn
->
bhc_channels
,
chan
,
ble_l2cap_chan
,
next
)
;
ble_hs_conn.c:215
ble_hs_conn_delete_chan()
while
(
(
chan
=
SLIST_FIRST
(
&
conn
->
bhc_channels
)
)
!=
NULL
)
{
ble_hs_conn.c:250
ble_hs_conn_free()
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