ESP-IDF
seg_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
seg_rx::len
seg_rx::len field
Syntax
Show:
Summary
Declaration
from
transport.c:126
uint16_t
len
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
len
;
transport.c:126
rx
->
len
-
(
i
*
seg_len
(
rx
->
ctl
)
)
)
)
;
transport.c:712
seg_rx_assemble()
rx
->
len
=
seg_n
*
seg_len
(
rx
->
ctl
)
+
buf
->
om_len
;
transport.c:1458
trans_seg()
buf
->
om_len
,
rx
->
len
)
;
transport.c:1460
trans_seg()
if
(
rx
->
len
>
BT_MESH_RX_SDU_MAX
)
{
transport.c:1462
trans_seg()
BT_DBG
(
"copied %s"
,
bt_hex
(
rx
->
seg
[
seg_o
]
,
rx
->
len
)
)
;
transport.c:1494
trans_seg()
}
else
if
(
rx
->
len
<
1
+
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
{
transport.c:1531
trans_seg()
sdu
=
NET_BUF_SIMPLE
(
rx
->
len
-
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
;
transport.c:1544
trans_seg()
sdu
,
seg_buf
->
om_data
,
rx
->
len
-
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
;
transport.c:1546
trans_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::len
is written by 1 function and is read by 2 functions:
trans_seg()
All items filtered out
seg_rx::len
seg_rx_assemble()
trans_seg()
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