ESP-IDF
BLE_MESH_NET_HDR_NID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_NID
BLE_MESH_NET_HDR_NID macro
Syntax
Show:
Summary
Declaration
from
net.h:422
#define
BLE_MESH_NET_HDR_NID
(
pdu
)
(
(
pdu
)
[
0
]
&
0x7F
)
Arguments
Argument
pdu
Examples
References
from
examples
Code
Location
#define
BLE_MESH_NET_HDR_NID
(
pdu
)
(
(
pdu
)
[
0
]
&
0x7F
)
net.h:422
BT_DBG
(
"NID 0x%02x net_idx 0x%04x"
,
BLE_MESH_NET_HDR_NID
(
data
)
,
sub
->
net_idx
)
;
net.c:1285
BT_DBG
(
"NID 0x%02x net_idx 0x%04x"
,
BLE_MESH_NET_HDR_NID
(
data
)
,
sub
->
net_idx
)
;
net.c:1361
if
(
BLE_MESH_NET_HDR_NID
(
data
)
==
sub
->
keys
[
0
]
.
nid
&&
net.c:1363
if
(
BLE_MESH_NET_HDR_NID
(
data
)
==
sub
->
keys
[
1
]
.
nid
&&
net.c:1373
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