ESP-IDF
BLE_MESH_NET_HDR_IVI
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_IVI
BLE_MESH_NET_HDR_IVI macro
Syntax
Show:
Summary
Declaration
from
net.h:421
#define
BLE_MESH_NET_HDR_IVI
(
pdu
)
(
(
pdu
)
[
0
]
>
>
7
)
Arguments
Argument
pdu
Examples
References
from
examples
Code
Location
#define
BLE_MESH_NET_HDR_IVI
(
pdu
)
(
(
pdu
)
[
0
]
>
>
7
)
net.h:421
BT_DBG
(
"IVI %u net->iv_index 0x%08x"
,
BLE_MESH_NET_HDR_IVI
(
data
)
,
bt_mesh
.
iv_index
)
;
net.c:1286
rx
->
old_iv
=
(
BLE_MESH_NET_HDR_IVI
(
data
)
!=
(
bt_mesh
.
iv_index
&
0x01
)
)
;
net.c:1288
rx
->
old_iv
=
(
BLE_MESH_NET_HDR_IVI
(
buf
->
data
)
!=
(
bt_mesh
.
iv_index
&
0x01
)
)
;
net.c:1764
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