ESP-IDF
bt_mesh_rpl::old_iv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_rpl::old_iv
bt_mesh_rpl::old_iv field
Syntax
Show:
Summary
Declaration
from
rpl.h:11
uint64_t
src
:
15
,
old_iv
:
1
;
Examples
References
from
examples
Code
Location
Referrer
bool
old_iv
;
net.h:163
old_iv
:
1
,
rpl.h:12
rpl
->
old_iv
=
rx
->
old_iv
;
rpl.c:22
bt_mesh_update_rpl()
if
(
rx
->
old_iv
&&
!
rpl
->
old_iv
)
{
rpl.c:52
rpl_check_and_store()
if
(
(
!
rx
->
old_iv
&&
rpl
->
old_iv
)
||
rpl.c:56
rpl_check_and_store()
if
(
rpl
->
old_iv
)
{
rpl.c:103
bt_mesh_rpl_update()
rpl
->
old_iv
=
true
;
rpl.c:106
bt_mesh_rpl_update()
if
(
rpl
->
old_iv
&&
!
rx
->
old_iv
)
{
rpl.c:86
bt_mesh_rpl_update()
rpl
->
old_iv
=
rx
->
old_iv
;
rpl.c:92
bt_mesh_rpl_update()
if
(
rx
->
old_iv
&&
!
rpl
->
old_iv
)
{
rpl.c:135
bt_mesh_rpl_check()
if
(
(
!
rx
->
old_iv
&&
rpl
->
old_iv
)
||
rpl.c:139
bt_mesh_rpl_check()
if
(
rpl
->
old_iv
)
{
rpl.c:209
bt_mesh_rpl_reset()
rpl
->
old_iv
=
true
;
rpl.c:216
bt_mesh_rpl_reset()
entry
->
old_iv
=
rpl
.
old_iv
;
settings.c:416
rpl_set()
BT_DBG
(
"src 0x%04x seq 0x%06x old_iv %u"
,
entry
->
src
,
entry
->
seq
,
entry
->
old_iv
)
;
settings.c:1652
store_rpl()
rpl
.
old_iv
=
entry
->
old_iv
;
settings.c:1655
store_rpl()
(
!
rpl
->
old_iv
||
net_rx
->
old_iv
)
)
{
transport.c:1428
trans_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_rpl::old_iv
is written by 4 functions and is read by 6 functions:
rpl_set()
bt_mesh_update_rpl()
bt_mesh_rpl_update()
bt_mesh_rpl_reset()
All items filtered out
bt_mesh_rpl::old_iv
store_rpl()
rpl_check_and_store()
bt_mesh_rpl_update()
trans_seg()
bt_mesh_rpl_check()
bt_mesh_rpl_reset()
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