ESP-IDF
bt_mesh_prov_link::prot_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::prot_timer
bt_mesh_prov_link::prot_timer field
Syntax
Show:
Summary
Declaration
from
prov_common.h:295
struct
k_delayed_work
prot_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_delayed_work
prot_timer
;
/* Protocol timer */
prov_common.h:295
k_delayed_work_submit
(
&
link
->
prot_timer
,
timeout
)
;
prov_common.c:642
bt_mesh_prov_send_adv()
k_delayed_work_cancel
(
&
prov_link
.
prot_timer
)
;
prov_node.c:72
reset_state()
k_delayed_work_submit
(
&
prov_link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_node.c:174
prov_send_gatt()
k_delayed_work_submit
(
&
prov_link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_node.c:1212
prov_msg_recv()
k_delayed_work_submit
(
&
prov_link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_node.c:1410
bt_mesh_pb_gatt_recv()
k_delayed_work_init
(
&
prov_link
.
prot_timer
,
protocol_timeout
)
;
prov_node.c:1542
bt_mesh_prov_init()
k_delayed_work_free
(
&
prov_link
.
prot_timer
)
;
prov_node.c:1575
bt_mesh_prov_deinit()
k_delayed_work_cancel
(
&
prov_links
[
i
]
.
prot_timer
)
;
prov_pvnr.c:230
bt_mesh_provisioner_clear_link_info()
k_delayed_work_cancel
(
&
link
->
prot_timer
)
;
prov_pvnr.c:1036
reset_adv_link()
k_delayed_work_submit
(
&
link
->
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_pvnr.c:1139
prov_send_gatt()
k_delayed_work_submit
(
&
link
->
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_pvnr.c:2448
prov_msg_recv()
k_delayed_work_submit
(
&
link
->
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_pvnr.c:2663
bt_mesh_provisioner_pb_gatt_recv()
k_delayed_work_cancel
(
&
link
->
prot_timer
)
;
prov_pvnr.c:2741
bt_mesh_provisioner_pb_gatt_close()
memset
(
link
,
0
,
offsetof
(
struct
bt_mesh_prov_link
,
prot_timer
)
)
;
prov_pvnr.c:2749
bt_mesh_provisioner_pb_gatt_close()
k_delayed_work_init
(
&
prov_links
[
i
]
.
prot_timer
,
protocol_timeout
)
;
prov_pvnr.c:2823
bt_mesh_provisioner_prov_init()
prov_links
[
i
]
.
prot_timer
.
work
.
user_data
=
&
prov_links
[
i
]
;
prov_pvnr.c:2824
bt_mesh_provisioner_prov_init()
k_delayed_work_cancel
(
&
prov_links
[
i
]
.
prot_timer
)
;
prov_pvnr.c:2847
bt_mesh_provisioner_prov_reset()
memset
(
&
prov_links
[
i
]
,
0
,
offsetof
(
struct
bt_mesh_prov_link
,
prot_timer
)
)
;
prov_pvnr.c:2865
bt_mesh_provisioner_prov_reset()
k_delayed_work_free
(
&
prov_links
[
i
]
.
prot_timer
)
;
prov_pvnr.c:2918
bt_mesh_provisioner_prov_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::prot_timer
is read by 1 function:
All items filtered out
bt_mesh_prov_link::prot_timer
bt_mesh_provisioner_prov_init()
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