ESP-IDF
bt_mesh_prov_link::
::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::
::id
bt_mesh_prov_link::
::id field
Syntax
Show:
Summary
Declaration
from
prov_common.h:274
uint8_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
id
;
/* Transaction id*/
prov_common.h:274
if
(
link
->
tx
.
id
!=
0
&&
link
->
tx
.
id
!=
0xFF
)
{
prov_common.c:151
node_next_xact_id()
return
++
link
->
tx
.
id
;
prov_common.c:152
node_next_xact_id()
link
->
tx
.
id
=
0x80
;
prov_common.c:155
node_next_xact_id()
return
link
->
tx
.
id
;
prov_common.c:156
node_next_xact_id()
if
(
link
->
tx
.
id
>
0x7F
)
{
prov_common.c:161
pvnr_next_xact_id()
link
->
tx
.
id
=
0
;
prov_common.c:162
pvnr_next_xact_id()
return
link
->
tx
.
id
++
;
prov_common.c:164
pvnr_next_xact_id()
link
->
tx
.
id
=
0
;
/* Set Transaction ID to 0 */
prov_common.c:541
bt_mesh_prov_bearer_ctl_send()
if
(
prov_link
.
tx
.
id
==
0
)
{
prov_node.c:1257
gen_prov_ack()
if
(
rx
->
xact_id
==
prov_link
.
tx
.
id
-
1
)
{
prov_node.c:1261
gen_prov_ack()
if
(
rx
->
xact_id
==
prov_link
.
tx
.
id
)
{
prov_node.c:1271
gen_prov_ack()
if
(
!
link
->
tx
.
id
)
{
prov_pvnr.c:2492
gen_prov_ack()
if
(
rx
->
xact_id
==
(
link
->
tx
.
id
-
1
)
)
{
prov_pvnr.c:2496
gen_prov_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::id
is written by 3 functions and is read by 3 functions:
node_next_xact_id()
pvnr_next_xact_id()
bt_mesh_prov_bearer_ctl_send()
All items filtered out
bt_mesh_prov_link::
::id
node_next_xact_id()
pvnr_next_xact_id()
gen_prov_ack()
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