Searched refs:audio_timer (Results 1 – 1 of 1) sorted by relevance
104 btstack_timer_source_t audio_timer; member459 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()