Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c47 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() function
280 k_work_init_delayable(&iso_send_work, iso_timer_timeout); in main()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c584 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() function
846 k_work_init_delayable(&iso_send_work, iso_timer_timeout); in test_run_broadcaster()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c235 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() function
1253 k_work_init_delayable(work, iso_timer_timeout); in run_central()
1350 k_work_init_delayable(work, iso_timer_timeout); in run_peripheral()