ESP-IDF
ble_hs_conn::att_tx_q
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::att_tx_q
ble_hs_conn::att_tx_q field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:107
STAILQ_HEAD
(
,
os_mbuf_pkthdr
)
att_tx_q
;
Examples
References
from
examples
Code
Location
Referrer
STAILQ_HEAD
(
,
os_mbuf_pkthdr
)
att_tx_q
;
ble_hs_conn_priv.h:107
omp
=
STAILQ_FIRST
(
&
conn
->
att_tx_q
)
;
ble_att_cmd.c:67
ble_att_tx_with_conn()
STAILQ_REMOVE_HEAD
(
&
conn
->
att_tx_q
,
omp_next
)
;
ble_att_cmd.c:71
ble_att_tx_with_conn()
STAILQ_INSERT_TAIL
(
&
conn
->
att_tx_q
,
OS_MBUF_PKTHDR
(
txom
)
,
omp_next
)
;
ble_att_cmd.c:81
ble_att_tx_with_conn()
while
(
(
omp
=
STAILQ_FIRST
(
&
conn
->
att_tx_q
)
)
!=
NULL
)
{
ble_gattc.c:5386
ble_gattc_connection_broken()
STAILQ_REMOVE_HEAD
(
&
conn
->
att_tx_q
,
omp_next
)
;
ble_gattc.c:5387
ble_gattc_connection_broken()
STAILQ_INIT
(
&
conn
->
att_tx_q
)
;
ble_hs_conn.c:197
ble_hs_conn_alloc()
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