ESP-IDF
ble_l2cap_chan::coc_tx
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
ble_l2cap_chan::coc_tx
ble_l2cap_chan::coc_tx field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:93
struct
ble_l2cap_coc_endpoint
coc_tx
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_l2cap_coc_endpoint
coc_tx
;
ble_l2cap_priv.h:93
chan_info
->
peer_coc_mtu
=
chan
->
coc_tx
.
mtu
;
ble_l2cap.c:176
ble_l2cap_get_chan_info()
os_mbuf_free_chain
(
chan
->
coc_tx
.
sdus
[
0
]
)
;
ble_l2cap_coc.c:427
ble_l2cap_coc_cleanup_chan()
tx
=
&
chan
->
coc_tx
;
ble_l2cap_coc.c:461
ble_l2cap_coc_continue_tx()
if
(
chan
->
coc_tx
.
credits
+
credits
>
0xFFFF
)
{
ble_l2cap_coc.c:596
ble_l2cap_coc_le_credits_update()
chan
->
coc_tx
.
credits
+=
credits
;
ble_l2cap_coc.c:603
ble_l2cap_coc_le_credits_update()
tx
=
&
chan
->
coc_tx
;
ble_l2cap_coc.c:663
ble_l2cap_coc_send()
chan
->
coc_tx
.
credits
=
le16toh
(
req
->
credits
)
;
ble_l2cap_sig.c:1231
ble_l2cap_sig_coc_req_rx()
chan
->
coc_tx
.
mtu
=
le16toh
(
req
->
mtu
)
;
ble_l2cap_sig.c:1232
ble_l2cap_sig_coc_req_rx()
chan
->
coc_tx
.
mtu
=
le16toh
(
rsp
->
mtu
)
;
ble_l2cap_sig.c:1317
ble_l2cap_sig_coc_rsp_rx()
chan
->
coc_tx
.
credits
=
le16toh
(
rsp
->
credits
)
;
ble_l2cap_sig.c:1318
ble_l2cap_sig_coc_rsp_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::coc_tx
is read by 5 functions:
All items filtered out
ble_l2cap_chan::coc_tx
ble_l2cap_coc_cleanup_chan()
ble_l2cap_coc_le_credits_update()
ble_l2cap_sig_coc_req_rx()
ble_l2cap_sig_coc_rsp_rx()
ble_l2cap_get_chan_info()
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