Home
last modified time | relevance | path

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

/btstack/example/
H A Da2dp_source_demo.c104 btstack_timer_source_t audio_timer; member
459 btstack_run_loop_set_timer(&context->audio_timer, AUDIO_TIMEOUT_MS); in a2dp_demo_audio_timeout_handler()
460 btstack_run_loop_add_timer(&context->audio_timer); in a2dp_demo_audio_timeout_handler()
494 btstack_run_loop_remove_timer(&context->audio_timer); in a2dp_demo_timer_start()
495 btstack_run_loop_set_timer_handler(&context->audio_timer, a2dp_demo_audio_timeout_handler); in a2dp_demo_timer_start()
496 btstack_run_loop_set_timer_context(&context->audio_timer, context); in a2dp_demo_timer_start()
497 btstack_run_loop_set_timer(&context->audio_timer, AUDIO_TIMEOUT_MS); in a2dp_demo_timer_start()
498 btstack_run_loop_add_timer(&context->audio_timer); in a2dp_demo_timer_start()
508 btstack_run_loop_remove_timer(&context->audio_timer); in a2dp_demo_timer_stop()