ESP-IDF
pb_adv::prot_timer
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
pb_adv::prot_timer
pb_adv::prot_timer field
Syntax
Show:
Summary
Declaration
from
pb_adv.c:113
struct
k_work_delayable
prot_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_work_delayable
prot_timer
;
pb_adv.c:113
(
void
)
k_work_cancel_delayable
(
&
link
.
prot_timer
)
;
pb_adv.c:210
reset_adv_link()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:277
prov_msg_recv()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:635
bearer_ctl_send()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:651
bearer_ctl_send_unacked()
k_work_reschedule
(
&
link
.
prot_timer
,
PROTOCOL_TIMEOUT
)
;
pb_adv.c:665
prov_send_adv()
k_work_init_delayable
(
&
link
.
prot_timer
,
protocol_timeout
)
;
pb_adv.c:896
pb_adv_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