ESP-IDF
ble_l2cap_hdr::len
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_hdr::len
ble_l2cap_hdr::len field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:114
uint16_t
len
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
len
;
ble_l2cap_priv.h:114
l2cap_hdr
->
len
=
get_le16
(
&
l2cap_hdr
->
len
)
;
ble_l2cap.c:112
ble_l2cap_parse_hdr()
put_le16
(
&
hdr
.
len
,
len
)
;
ble_l2cap.c:123
ble_l2cap_prepend_hdr()
if
(
chan
->
dcid
>=
0x0040
&&
chan
->
dcid
<=
0x007F
&&
l2cap_hdr
.
len
>
(
chan
->
my_coc_mps
+
BLE_L2CAP_SDU_SZ
)
)
{
ble_l2cap.c:410
ble_l2cap_rx()
l2cap_hdr
.
len
,
chan
->
my_coc_mps
)
;
ble_l2cap.c:413
ble_l2cap_rx()
if
(
l2cap_hdr
.
len
-
BLE_L2CAP_SDU_SZ
>
ble_l2cap_get_mtu
(
chan
)
)
{
ble_l2cap.c:424
ble_l2cap_rx()
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_hdr::len
is written by 1 function and is read by 1 function:
ble_l2cap_parse_hdr()
All items filtered out
ble_l2cap_hdr::len
ble_l2cap_rx()
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