ESP-IDF
bt_mesh_prov_link::
::id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_prov_link::
::id
bt_mesh_prov_link::
::id field
Syntax
Show:
Summary
Declaration
from
prov_common.h:264
uint8_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
id
;
/* Transaction ID */
prov_common.h:264
link
->
rx
.
id
=
rx
->
xact_id
;
prov_common.c:183
bt_mesh_gen_prov_start()
if
(
rx
->
xact_id
!=
link
->
rx
.
id
)
{
prov_common.c:250
bt_mesh_gen_prov_cont()
rx
->
xact_id
,
link
->
rx
.
id
)
;
prov_common.c:252
bt_mesh_gen_prov_cont()
bt_mesh_gen_prov_ack_send
(
link
,
link
->
rx
.
id
)
;
prov_common.c:689
bt_mesh_prov_send()
bt_mesh_gen_prov_ack_send
(
&
prov_link
,
prov_link
.
rx
.
id
)
;
prov_node.c:1208
prov_msg_recv()
prov_link
.
rx
.
prev_id
=
prov_link
.
rx
.
id
;
prov_node.c:1209
prov_msg_recv()
prov_link
.
rx
.
id
=
0U
;
prov_node.c:1210
prov_msg_recv()
bt_mesh_gen_prov_ack_send
(
link
,
link
->
rx
.
id
)
;
prov_pvnr.c:2432
prov_msg_recv()
link
->
rx
.
prev_id
=
link
->
rx
.
id
;
prov_pvnr.c:2433
prov_msg_recv()
link
->
rx
.
id
=
0
;
prov_pvnr.c:2434
prov_msg_recv()
bt_mesh_gen_prov_ack_send
(
link
,
link
->
rx
.
id
)
;
prov_pvnr.c:2461
prov_msg_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::id
is written by 2 functions and is read by 3 functions:
bt_mesh_gen_prov_start()
prov_msg_recv()
All items filtered out
bt_mesh_prov_link::
::id
bt_mesh_gen_prov_cont()
bt_mesh_prov_send()
prov_msg_recv()
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