Searched refs:update_bas_char_work (Results 1 – 1 of 1) sorted by relevance
38 static struct k_work_delayable update_bas_char_work; variable131 k_work_reschedule(&update_bas_char_work, K_SECONDS(1)); in update_bas_char_work_handler()155 k_work_init_delayable(&update_bas_char_work, update_bas_char_work_handler); in test_bas_peripheral_main()158 k_work_schedule(&update_bas_char_work, K_SECONDS(1)); in test_bas_peripheral_main()