ESP-IDF
ble_l2cap_coc_endpoint::current_sdu_idx
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_coc_endpoint::current_sdu_idx
ble_l2cap_coc_endpoint::current_sdu_idx field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_coc_priv.h:45
uint16_t
current_sdu_idx
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
current_sdu_idx
;
ble_l2cap_coc_priv.h:45
rx_sdu
=
rx
->
sdus
[
chan
->
coc_rx
.
current_sdu_idx
]
;
ble_l2cap_coc.c:198
ble_l2cap_coc_rx_fn()
sdu_len
,
om_total
,
rx
->
credits
,
chan
->
coc_rx
.
current_sdu_idx
)
;
ble_l2cap_coc.c:238
ble_l2cap_coc_rx_fn()
chan
->
coc_rx
.
current_sdu_idx
=
ble_l2cap_coc.c:287
ble_l2cap_coc_rx_fn()
(
chan
->
coc_rx
.
current_sdu_idx
+
1
)
%
BLE_L2CAP_SDU_BUFF_CNT
;
ble_l2cap_coc.c:288
ble_l2cap_coc_rx_fn()
OS_MBUF_PKTLEN
(
rx_sdu
)
,
rx
->
credits
,
chan
->
coc_rx
.
current_sdu_idx
)
;
ble_l2cap_coc.c:311
ble_l2cap_coc_rx_fn()
chan
->
coc_rx
.
current_sdu_idx
=
0
;
ble_l2cap_coc.c:351
ble_l2cap_coc_chan_alloc()
chan
->
coc_rx
.
next_sdu_alloc_idx
==
chan
->
coc_rx
.
current_sdu_idx
&&
ble_l2cap_coc.c:620
ble_l2cap_coc_recv_ready()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_coc_endpoint::current_sdu_idx
is written by 2 functions and is read by 2 functions:
ble_l2cap_coc_rx_fn()
ble_l2cap_coc_chan_alloc()
All items filtered out
ble_l2cap_coc_endpoint::current_sdu_idx
ble_l2cap_coc_rx_fn()
ble_l2cap_coc_recv_ready()
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