ESP-IDF
ble_l2cap_chan::rx_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_chan::rx_len
ble_l2cap_chan::rx_len field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:86
uint16_t
rx_len
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
rx_len
;
/* Length of current reassembled rx packet. */
ble_l2cap_priv.h:86
chan
->
rx_len
=
0
;
ble_l2cap.c:264
ble_l2cap_remove_rx()
len_diff
=
OS_MBUF_PKTLEN
(
chan
->
rx_buf
)
-
chan
->
rx_len
;
ble_l2cap.c:301
ble_l2cap_rx_payload()
chan
->
rx_len
=
l2cap_hdr
.
len
;
ble_l2cap.c:435
ble_l2cap_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::rx_len
is written by 2 functions and is read by 1 function:
ble_l2cap_remove_rx()
ble_l2cap_rx()
All items filtered out
ble_l2cap_chan::rx_len
ble_l2cap_rx_payload()
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