ESP-IDF
seg_rx
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
seg_rx
seg_rx variable
Syntax
Show:
Summary
Declaration
from
transport.c:99
static
struct
seg_rx
{
struct
bt_mesh_subnet
*
sub
;
uint64_t
seq_auth
;
uint8_t
seg_n
:
5
,
ctl
:
1
,
in_use
:
1
,
obo
:
1
;
uint8_t
hdr
;
uint8_t
ttl
;
uint16_t
src
;
uint16_t
dst
;
uint32_t
block
;
uint32_t
last
;
struct
k_delayed_work
ack_timer
;
struct
net_buf_simple
buf
;
}
seg_rx
[
CONFIG_BLE_MESH_RX_SEG_MSG_COUNT
]
=
{
[
0
...
(
CONFIG_BLE_MESH_RX_SEG_MSG_COUNT
-
1
)
]
=
{
.
buf
.
size
=
CONFIG_BLE_MESH_RX_SDU_MAX
,
}
,
}
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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