ESP-IDF
bt_mesh_prov_link::next_xact_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::next_xact_id
bt_mesh_prov_link::next_xact_id field
Syntax
Show:
Summary
Declaration
from
prov_common.h:255
uint8_t
(
*
next_xact_id
)
(
struct
bt_mesh_prov_link
*
link
)
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
(
*
next_xact_id
)
(
struct
bt_mesh_prov_link
*
link
)
;
prov_common.h:255
LINK
(
link
)
->
next_xact_id
=
VOID
(
next_xact_id
)
;
ext.c:1775
bt_mesh_ext_prov_link_set_next_xact_id()
if
(
link
->
next_xact_id
==
NULL
)
{
prov_common.c:576
bt_mesh_prov_send_adv()
xact_id
=
link
->
next_xact_id
(
link
)
;
prov_common.c:588
bt_mesh_prov_send_adv()
prov_link
.
next_xact_id
=
node_next_xact_id
;
prov_node.c:101
reset_state()
link
->
next_xact_id
=
pvnr_next_xact_id
;
prov_pvnr.c:1059
reset_adv_link()
prov_links
[
i
]
.
next_xact_id
=
pvnr_next_xact_id
;
prov_pvnr.c:2804
bt_mesh_provisioner_prov_init()
Call Tree
from
examples
bt_mesh_prov_link::next_xact_id
is called by 1 function:
bt_mesh_prov_send_adv()
All items filtered out
bt_mesh_prov_link::next_xact_id
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::next_xact_id
is written by 4 functions and is read by 1 function:
reset_state()
reset_adv_link()
bt_mesh_provisioner_prov_init()
bt_mesh_ext_prov_link_set_next_xact_id()
All items filtered out
bt_mesh_prov_link::next_xact_id
bt_mesh_prov_send_adv()
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
bt_mesh_prov_link::next_xact_id
implements 2 functionss:
node_next_xact_id()
pvnr_next_xact_id()
All items filtered out
bt_mesh_prov_link::next_xact_id
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out