ESP-IDF
bt_mesh_prov_link::
::prev_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_prov_link::
::prev_id
bt_mesh_prov_link::
::prev_id field
Syntax
Show:
Summary
Declaration
from
prov_common.h:265
uint8_t
prev_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
prev_id
;
/* Previous Transaction ID */
prov_common.h:265
if
(
link
->
rx
.
prev_id
==
rx
->
xact_id
)
{
prov_common.c:176
bt_mesh_gen_prov_start()
if
(
link
->
rx
.
seg
==
0
&&
link
->
rx
.
prev_id
==
rx
->
xact_id
)
{
prov_common.c:244
bt_mesh_gen_prov_cont()
prov_link
.
rx
.
prev_id
=
PROV_XACT_NVAL
;
prov_node.c:93
reset_state()
prov_link
.
rx
.
prev_id
=
prov_link
.
rx
.
id
;
prov_node.c:1209
prov_msg_recv()
link
->
rx
.
prev_id
=
PROV_XACT_NVAL
;
prov_pvnr.c:1056
reset_adv_link()
link
->
rx
.
prev_id
=
link
->
rx
.
id
;
prov_pvnr.c:2433
prov_msg_recv()
prov_links
[
i
]
.
rx
.
prev_id
=
PROV_XACT_NVAL
;
prov_pvnr.c:2801
bt_mesh_provisioner_prov_init()
prov_links
[
i
]
.
rx
.
prev_id
=
PROV_XACT_NVAL
;
prov_pvnr.c:2861
bt_mesh_provisioner_prov_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::prev_id
is written by 5 functions and is read by 2 functions:
reset_state()
prov_msg_recv()
reset_adv_link()
bt_mesh_provisioner_prov_init()
bt_mesh_provisioner_prov_reset()
All items filtered out
bt_mesh_prov_link::
::prev_id
bt_mesh_gen_prov_start()
bt_mesh_gen_prov_cont()
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