ESP-IDF
prov_link::prot_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prov_link::prot_timer
prov_link::prot_timer field
Syntax
Show:
Summary
Declaration
from
pb_gatt.c:38
struct
k_work_delayable
prot_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_work_delayable
prot_timer
;
pb_gatt.c:38
(
void
)
k_work_cancel_delayable
(
&
link
.
prot_timer
)
;
pb_gatt.c:48
reset_state()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_gatt.c:88
bt_mesh_pb_gatt_recv()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_gatt.c:104
bt_mesh_pb_gatt_open()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_gatt.c:149
buf_send()
k_work_init_delayable
(
&
link
.
prot_timer
,
protocol_timeout
)
;
pb_gatt.c:161
pb_gatt_init()
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