Home
last modified time | relevance | path

Searched refs:update_bas_char_work (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dperipheral_test.c38 static struct k_work_delayable update_bas_char_work; variable
131 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()