ESP-IDF
BLE_MESH_NET_HDR_SEQ
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_NET_HDR_SEQ
BLE_MESH_NET_HDR_SEQ macro
Syntax
Show:
Summary
Declaration
from
net.h:425
#define
BLE_MESH_NET_HDR_SEQ
(
pdu
)
(
sys_get_be24
(
&
(
pdu
)
[
2
]
)
)
Arguments
Argument
pdu
Examples
References
from
examples
Code
Location
#define
BLE_MESH_NET_HDR_SEQ
(
pdu
)
(
sys_get_be24
(
&
(
pdu
)
[
2
]
)
)
net.h:425
msg_cache
[
i
]
.
seq
==
(
BLE_MESH_NET_HDR_SEQ
(
pdu
->
data
)
&
BIT_MASK
(
17
)
)
)
{
net.c:117
rx
->
seq
=
BLE_MESH_NET_HDR_SEQ
(
buf
->
data
)
;
net.c:1767
rx
->
seq
=
BLE_MESH_NET_HDR_SEQ
(
buf
->
data
)
;
net.c:1818
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