ESP-IDF
ble_l2cap_coc_endpoint::sdus
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_l2cap_coc_endpoint::sdus
ble_l2cap_coc_endpoint::sdus field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_coc_priv.h:43
struct
os_mbuf
*
sdus
[
BLE_L2CAP_SDU_BUFF_CNT
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
os_mbuf
*
sdus
[
BLE_L2CAP_SDU_BUFF_CNT
]
;
ble_l2cap_coc_priv.h:43
rx_sdu
=
rx
->
sdus
[
chan
->
coc_rx
.
current_sdu_idx
]
;
ble_l2cap_coc.c:198
ble_l2cap_coc_rx_fn()
chan
->
coc_rx
.
sdus
[
0
]
=
sdu_rx
;
ble_l2cap_coc.c:347
ble_l2cap_coc_chan_alloc()
chan
->
coc_rx
.
sdus
[
i
]
=
NULL
;
ble_l2cap_coc.c:349
ble_l2cap_coc_chan_alloc()
chan
->
coc_rx
.
next_sdu_alloc_idx
=
chan
->
coc_rx
.
sdus
[
0
]
==
NULL
?
0
:
1
;
ble_l2cap_coc.c:356
ble_l2cap_coc_chan_alloc()
os_mbuf_free_chain
(
chan
->
coc_rx
.
sdus
[
i
]
)
;
ble_l2cap_coc.c:425
ble_l2cap_coc_cleanup_chan()
os_mbuf_free_chain
(
chan
->
coc_tx
.
sdus
[
0
]
)
;
ble_l2cap_coc.c:427
ble_l2cap_coc_cleanup_chan()
if
(
!
tx
->
sdus
[
0
]
)
{
ble_l2cap_coc.c:462
ble_l2cap_coc_continue_tx()
left_to_send
=
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
-
tx
->
data_offset
;
ble_l2cap_coc.c:473
ble_l2cap_coc_continue_tx()
uint16_t
l
=
htole16
(
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
)
;
ble_l2cap_coc.c:493
ble_l2cap_coc_continue_tx()
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
)
;
ble_l2cap_coc.c:496
ble_l2cap_coc_continue_tx()
rc
=
os_mbuf_appendfrom
(
txom
,
tx
->
sdus
[
0
]
,
tx
->
data_offset
,
ble_l2cap_coc.c:509
ble_l2cap_coc_continue_tx()
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
-
tx
->
data_offset
)
;
ble_l2cap_coc.c:531
ble_l2cap_coc_continue_tx()
if
(
tx
->
data_offset
==
OS_MBUF_PKTLEN
(
tx
->
sdus
[
0
]
)
)
{
ble_l2cap_coc.c:533
ble_l2cap_coc_continue_tx()
os_mbuf_free_chain
(
tx
->
sdus
[
0
]
)
;
ble_l2cap_coc.c:535
ble_l2cap_coc_continue_tx()
tx
->
sdus
[
0
]
=
NULL
;
ble_l2cap_coc.c:536
ble_l2cap_coc_continue_tx()
if
(
tx
->
sdus
[
0
]
)
{
ble_l2cap_coc.c:542
ble_l2cap_coc_continue_tx()
os_mbuf_free_chain
(
tx
->
sdus
[
0
]
)
;
ble_l2cap_coc.c:560
ble_l2cap_coc_continue_tx()
tx
->
sdus
[
0
]
=
NULL
;
ble_l2cap_coc.c:561
ble_l2cap_coc_continue_tx()
if
(
chan
->
coc_rx
.
sdus
[
0
]
!=
NULL
&&
ble_l2cap_coc.c:619
ble_l2cap_coc_recv_ready()
chan
->
coc_rx
.
sdus
[
chan
->
coc_rx
.
next_sdu_alloc_idx
]
=
sdu_rx
;
ble_l2cap_coc.c:625
ble_l2cap_coc_recv_ready()
if
(
tx
->
sdus
[
0
]
)
{
ble_l2cap_coc.c:670
ble_l2cap_coc_send()
tx
->
sdus
[
0
]
=
sdu_tx
;
ble_l2cap_coc.c:674
ble_l2cap_coc_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_coc_endpoint::sdus
is read by 6 functions:
All items filtered out
ble_l2cap_coc_endpoint::sdus
ble_l2cap_coc_rx_fn()
ble_l2cap_coc_chan_alloc()
ble_l2cap_coc_cleanup_chan()
ble_l2cap_coc_continue_tx()
ble_l2cap_coc_recv_ready()
ble_l2cap_coc_send()
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