ESP-IDF
beacon_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
beacon_timer
beacon_timer variable
Syntax
Show:
Summary
Declaration
from
beacon.c:37
static
struct
k_work_delayable
beacon_timer
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
k_work_delayable
beacon_timer
;
beacon.c:37
k_work_schedule
(
&
beacon_timer
,
PROVISIONED_INTERVAL
)
;
beacon.c:243
beacon_send()
k_work_schedule
(
&
beacon_timer
,
K_SECONDS
(
MYNEWT_VAL
(
BLE_MESH_UNPROV_BEACON_INT
)
)
)
;
beacon.c:254
beacon_send()
k_work_init_delayable
(
&
beacon_timer
,
beacon_send
)
;
beacon.c:430
bt_mesh_beacon_init()
k_work_schedule
(
&
beacon_timer
,
K_NO_WAIT
)
;
beacon.c:446
bt_mesh_beacon_ivu_initiator()
k_work_reschedule
(
&
beacon_timer
,
K_NO_WAIT
)
;
beacon.c:463
bt_mesh_beacon_enable()
(
void
)
k_work_cancel_delayable
(
&
beacon_timer
)
;
beacon.c:470
bt_mesh_beacon_disable()
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