Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_browsing.c92 btstack_run_loop_set_timer_handler(&connection->retry_timer, avrcp_retry_timer_timeout_handler); in avrcp_retry_timer_start()
93 …btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avrcp_… in avrcp_retry_timer_start()
97 btstack_run_loop_set_timer(&connection->retry_timer, timeout); in avrcp_retry_timer_start()
99 btstack_run_loop_add_timer(&connection->retry_timer); in avrcp_retry_timer_start()
104 btstack_run_loop_remove_timer(&connection->retry_timer); in avrcp_browsing_finalize_connection()
188 btstack_run_loop_remove_timer(&connection->retry_timer); in avrcp_browsing_handle_incoming_connection()
H A Davrcp.c574 btstack_run_loop_remove_timer(&connection->retry_timer); in avrcp_finalize_connection()
908 btstack_run_loop_remove_timer(&connection->retry_timer); in avrcp_handle_incoming_connection_for_role()
944 btstack_run_loop_set_timer_handler(&connection->retry_timer, avrcp_retry_timer_timeout_handler); in avrcp_retry_timer_start()
945 …btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avrcp_… in avrcp_retry_timer_start()
949 btstack_run_loop_set_timer(&connection->retry_timer, timeout); in avrcp_retry_timer_start()
951 btstack_run_loop_add_timer(&connection->retry_timer); in avrcp_retry_timer_start()
H A Davdtp.c681 btstack_run_loop_remove_timer(&connection->retry_timer); in avdtp_finalize_connection()
803 btstack_run_loop_remove_timer(&connection->retry_timer); in avdtp_handle_incoming_connection()
821 btstack_run_loop_set_timer_handler(&connection->retry_timer, avdtp_retry_timer_timeout_handler); in avdtp_retry_timer_start()
822 …btstack_run_loop_set_timer_context(&connection->retry_timer, (void *)(uintptr_t)connection->avdtp_… in avdtp_retry_timer_start()
826 btstack_run_loop_set_timer(&connection->retry_timer, timeout); in avdtp_retry_timer_start()
827 btstack_run_loop_add_timer(&connection->retry_timer); in avdtp_retry_timer_start()
H A Davdtp.h591 btstack_timer_source_t retry_timer; member
H A Davrcp.h666 btstack_timer_source_t retry_timer; member