Searched refs:beacon_timer (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | beacon.c | 42 static struct k_work_delayable beacon_timer; variable 121 k_work_reschedule(&beacon_timer, K_NO_WAIT); in beacon_start() 134 k_work_reschedule(&beacon_timer, K_MSEC(20)); in beacon_complete() 506 k_work_schedule(&beacon_timer, PROVISIONED_INTERVAL); in beacon_send() 518 k_work_schedule(&beacon_timer, K_SECONDS(CONFIG_BT_MESH_UNPROV_BEACON_INT)); in beacon_send() 783 k_work_init_delayable(&beacon_timer, beacon_send); in bt_mesh_beacon_init() 804 k_work_schedule(&beacon_timer, K_NO_WAIT); in bt_mesh_beacon_ivu_initiator() 827 k_work_reschedule(&beacon_timer, K_NO_WAIT); in bt_mesh_beacon_enable() 834 (void)k_work_cancel_delayable(&beacon_timer); in bt_mesh_beacon_disable()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 914 static struct k_work_delayable beacon_timer; variable 925 k_work_schedule(&beacon_timer, K_SECONDS(2)); in secure_beacon_send() 946 k_work_init_delayable(&beacon_timer, secure_beacon_send); in test_rx_secure_beacon_interval() 984 k_work_schedule(&beacon_timer, K_NO_WAIT); in test_rx_secure_beacon_interval()
|