Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_controller.c672 …btstack_run_loop_set_timer(&connection->controller_press_and_hold_cmd_timer, 2000); // 2 seconds t… in avrcp_press_and_hold_timeout_handler()
673 btstack_run_loop_add_timer(&connection->controller_press_and_hold_cmd_timer); in avrcp_press_and_hold_timeout_handler()
679 btstack_run_loop_remove_timer(&connection->controller_press_and_hold_cmd_timer); in avrcp_press_and_hold_timer_start()
680 …btstack_run_loop_set_timer_handler(&connection->controller_press_and_hold_cmd_timer, avrcp_press_a… in avrcp_press_and_hold_timer_start()
681 … btstack_run_loop_set_timer_context(&connection->controller_press_and_hold_cmd_timer, connection); in avrcp_press_and_hold_timer_start()
682 …btstack_run_loop_set_timer(&connection->controller_press_and_hold_cmd_timer, 2000); // 2 seconds t… in avrcp_press_and_hold_timer_start()
683 btstack_run_loop_add_timer(&connection->controller_press_and_hold_cmd_timer); in avrcp_press_and_hold_timer_start()
688 btstack_run_loop_remove_timer(&connection->controller_press_and_hold_cmd_timer); in avrcp_press_and_hold_timer_stop()
H A Davrcp.h714 btstack_timer_source_t controller_press_and_hold_cmd_timer; member
H A Davrcp.c575 btstack_run_loop_remove_timer(&connection->controller_press_and_hold_cmd_timer); in avrcp_finalize_connection()