ESP-IDF
BLE_MESH_NET_HDR_SRC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_SRC
BLE_MESH_NET_HDR_SRC macro
Syntax
Show:
Summary
Declaration
from
net.h:426
#define
BLE_MESH_NET_HDR_SRC
(
pdu
)
(
sys_get_be16
(
&
(
pdu
)
[
5
]
)
)
Arguments
Argument
pdu
Examples
References
from
examples
Code
Location
#define
BLE_MESH_NET_HDR_SRC
(
pdu
)
(
sys_get_be16
(
&
(
pdu
)
[
5
]
)
)
net.h:426
if
(
msg_cache
[
i
]
.
src
==
BLE_MESH_NET_HDR_SRC
(
pdu
->
data
)
&&
net.c:116
rx
->
ctx
.
addr
=
BLE_MESH_NET_HDR_SRC
(
buf
->
data
)
;
net.c:1297
rx
->
ctx
.
addr
=
BLE_MESH_NET_HDR_SRC
(
buf
->
data
)
;
net.c:1768
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