ESP-IDF
bt_mesh_prov_link::reset_adv_link
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::reset_adv_link
bt_mesh_prov_link::reset_adv_link field
Syntax
Show:
Summary
Declaration
from
prov_common.h:258
void
(
*
reset_adv_link
)
(
struct
bt_mesh_prov_link
*
link
,
uint8_t
reason
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
reset_adv_link
)
(
struct
bt_mesh_prov_link
*
link
,
uint8_t
reason
)
;
prov_common.h:258
if
(
link
->
reset_adv_link
)
{
prov_common.c:461
prov_retransmit()
link
->
reset_adv_link
(
link
,
link
->
reason
)
;
prov_common.c:462
prov_retransmit()
prov_link
.
reset_adv_link
=
reset_adv_link
;
prov_node.c:102
reset_state()
link
->
reset_adv_link
=
reset_adv_link
;
prov_pvnr.c:1060
reset_adv_link()
prov_links
[
i
]
.
reset_adv_link
=
reset_adv_link
;
prov_pvnr.c:2805
bt_mesh_provisioner_prov_init()
Call Tree
from
examples
bt_mesh_prov_link::reset_adv_link
is called by 1 function:
prov_retransmit()
All items filtered out
bt_mesh_prov_link::reset_adv_link
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::reset_adv_link
is written by 3 functions and is read by 1 function:
reset_state()
reset_adv_link()
bt_mesh_provisioner_prov_init()
All items filtered out
bt_mesh_prov_link::reset_adv_link
prov_retransmit()
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::reset_adv_link
implements 1 functions:
reset_adv_link()
All items filtered out
bt_mesh_prov_link::reset_adv_link
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out