ESP-IDF
BLE_MESH_NET_IVI_RX
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_IVI_RX
BLE_MESH_NET_IVI_RX macro
Syntax
Show:
Summary
Declaration
from
net.h:417
#define
BLE_MESH_NET_IVI_RX
(
rx
)
(
bt_mesh
.
iv_index
-
(
rx
)
->
old_iv
)
Arguments
Argument
rx
Examples
References
from
examples
Code
Location
#define
BLE_MESH_NET_IVI_RX
(
rx
)
(
bt_mesh
.
iv_index
-
(
rx
)
->
old_iv
)
net.h:417
if
(
bt_mesh_net_obfuscate
(
buf
->
data
,
BLE_MESH_NET_IVI_RX
(
rx
)
,
priv
)
)
{
net.c:1293
return
bt_mesh_net_decrypt
(
enc
,
buf
,
BLE_MESH_NET_IVI_RX
(
rx
)
,
net.c:1312
return
bt_mesh_net_decrypt
(
enc
,
buf
,
BLE_MESH_NET_IVI_RX
(
rx
)
,
false
,
false
)
;
net.c:1316
if
(
bt_mesh_net_encrypt
(
enc
,
&
buf
->
b
,
BLE_MESH_NET_IVI_RX
(
rx
)
,
false
,
false
)
)
{
net.c:1713
if
(
bt_mesh_net_obfuscate
(
buf
->
data
,
BLE_MESH_NET_IVI_RX
(
rx
)
,
priv
)
)
{
net.c:1718
BLE_MESH_NET_IVI_RX
(
rx
)
)
;
transport.c:785
BLE_MESH_NET_IVI_RX
(
rx
)
)
;
transport.c:849
*
seq_auth
=
SEQ_AUTH
(
BLE_MESH_NET_IVI_RX
(
rx
)
,
seq_zero
)
;
transport.c:928
*
seq_auth
=
SEQ_AUTH
(
BLE_MESH_NET_IVI_RX
(
net_rx
)
,
transport.c:1464
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