ESP-IDF
ble_hs_conn::bhc_tx_q
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_tx_q
ble_hs_conn::bhc_tx_q field
Queue of outgoing packets that could not be sent.
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:92
STAILQ_HEAD
(
,
os_mbuf_pkthdr
)
bhc_tx_q
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_HEAD
(
,
os_mbuf_pkthdr
)
bhc_tx_q
;
ble_hs_conn_priv.h:92
while
(
(
omp
=
STAILQ_FIRST
(
&
conn
->
bhc_tx_q
)
)
!=
NULL
)
{
ble_hs.c:274
ble_hs_wakeup_tx_conn()
STAILQ_REMOVE_HEAD
(
&
conn
->
bhc_tx_q
,
omp_next
)
;
ble_hs.c:275
ble_hs_wakeup_tx_conn()
STAILQ_INSERT_HEAD
(
&
conn
->
bhc_tx_q
,
OS_MBUF_PKTHDR
(
om
)
,
omp_next
)
;
ble_hs.c:283
ble_hs_wakeup_tx_conn()
STAILQ_INIT
(
&
conn
->
bhc_tx_q
)
;
ble_hs_conn.c:196
ble_hs_conn_alloc()
while
(
(
omp
=
STAILQ_FIRST
(
&
conn
->
bhc_tx_q
)
)
!=
NULL
)
{
ble_hs_conn.c:254
ble_hs_conn_free()
STAILQ_REMOVE_HEAD
(
&
conn
->
bhc_tx_q
,
omp_next
)
;
ble_hs_conn.c:255
ble_hs_conn_free()
if
(
STAILQ_FIRST
(
&
conn
->
bhc_tx_q
)
!=
NULL
)
{
ble_hs_hci.c:887
ble_hs_hci_acl_tx()
STAILQ_INSERT_TAIL
(
&
conn
->
bhc_tx_q
,
OS_MBUF_PKTHDR
(
txom
)
,
omp_next
)
;
ble_l2cap.c:493
ble_l2cap_tx()
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