Lines Matching refs:a2dp_config_process_set_config_timer
77 static btstack_timer_source_t a2dp_config_process_set_config_timer; variable
279 btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, NULL); in a2dp_config_process_timer_handler()
300 btstack_run_loop_remove_timer(&a2dp_config_process_set_config_timer); in a2dp_config_process_timer_start()
301 …btstack_run_loop_set_timer_handler(&a2dp_config_process_set_config_timer, a2dp_config_process_time… in a2dp_config_process_timer_start()
302 btstack_run_loop_set_timer(&a2dp_config_process_set_config_timer, A2DP_SET_CONFIG_DELAY_MS); in a2dp_config_process_timer_start()
303 …btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, (void *)(uintptr_t)avdtp… in a2dp_config_process_timer_start()
304 btstack_run_loop_add_timer(&a2dp_config_process_set_config_timer); in a2dp_config_process_timer_start()
309 btstack_run_loop_remove_timer(&a2dp_config_process_set_config_timer); in a2dp_config_process_timer_restart()
310 btstack_run_loop_set_timer(&a2dp_config_process_set_config_timer, A2DP_SET_CONFIG_DELAY_MS); in a2dp_config_process_timer_restart()
311 btstack_run_loop_add_timer(&a2dp_config_process_set_config_timer); in a2dp_config_process_timer_restart()
317 btstack_run_loop_remove_timer(&a2dp_config_process_set_config_timer); in a2dp_config_process_timer_stop()
318 btstack_run_loop_set_timer_context(&a2dp_config_process_set_config_timer, NULL); in a2dp_config_process_timer_stop()