ESP-IDF
PROTOCOL_TIMEOUT
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
PROTOCOL_TIMEOUT
PROTOCOL_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
prov_bearer.h:9
#define
PROTOCOL_TIMEOUT
K_SECONDS
(
60
)
Examples
References
from
examples
Code
Location
#define
PROTOCOL_TIMEOUT
K_SECONDS
(
60
)
prov_bearer.h:9
#define
PROTOCOL_TIMEOUT
K_SECONDS
(
6
)
prov_common.h:134
#define
PROTOCOL_TIMEOUT
K_SECONDS
(
60
)
prov_common.h:138
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:277
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:635
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:651
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:665
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_gatt.c:88
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_gatt.c:104
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_gatt.c:149
int32_t
timeout
=
PROTOCOL_TIMEOUT
;
prov_common.c:570
k_delayed_work_submit
(
&
prov_link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_node.c:174
k_delayed_work_submit
(
&
prov_link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_node.c:1212
k_delayed_work_submit
(
&
prov_link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_node.c:1410
k_delayed_work_submit
(
&
link
->
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_pvnr.c:1139
k_delayed_work_submit
(
&
link
->
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_pvnr.c:2448
k_delayed_work_submit
(
&
link
->
prot_timer
,
PROTOCOL_TIMEOUT
)
;
prov_pvnr.c:2663
err
=
bt_mesh_prov_link
.
bearer
->
link_open
(
prov_device
.
uuid
,
PROTOCOL_TIMEOUT
,
provisioner.c:743
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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