ESP-IDF
seg_rx::buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::buf
seg_rx::buf field
Syntax
Show:
Summary
Declaration
from
transport.c:113
struct
net_buf_simple
buf
;
Examples
References
from
examples
Code
Location
Referrer
struct
net_buf_simple
buf
;
transport.c:113
.
buf
.
size
=
CONFIG_BLE_MESH_RX_SDU_MAX
,
transport.c:116
net_buf_simple_reset
(
&
rx
->
buf
)
;
transport.c:1390
seg_rx_alloc()
rx
->
buf
.
len
=
seg_n
*
seg_len
(
rx
->
ctl
)
+
buf
->
len
;
transport.c:1560
trans_seg()
buf
->
len
,
rx
->
buf
.
len
)
;
transport.c:1562
trans_seg()
if
(
rx
->
buf
.
len
>
CONFIG_BLE_MESH_RX_SDU_MAX
)
{
transport.c:1564
trans_seg()
memcpy
(
rx
->
buf
.
data
+
(
seg_o
*
seg_len
(
rx
->
ctl
)
)
,
buf
->
data
,
buf
->
len
)
;
transport.c:1588
trans_seg()
err
=
ctl_recv
(
net_rx
,
*
hdr
,
&
rx
->
buf
,
seq_auth
)
;
transport.c:1614
trans_seg()
ASZMIC
(
hdr
)
,
&
rx
->
buf
)
;
transport.c:1617
trans_seg()
seg_rx
[
i
]
.
buf
.
__buf
=
(
seg_rx_buf_data
+
transport.c:1771
bt_mesh_trans_init()
seg_rx
[
i
]
.
buf
.
data
=
seg_rx
[
i
]
.
buf
.
__buf
;
transport.c:1773
bt_mesh_trans_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::buf
is read by 2 functions:
All items filtered out
seg_rx::buf
trans_seg()
bt_mesh_trans_init()
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