Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_controller.c687 connection->controller_press_and_hold_cmd_active = false; in avrcp_press_and_hold_timer_stop()
694 if (connection->controller_press_and_hold_cmd_active){ in avrcp_controller_request_pass_through_release_control_cmd()
719 connection->controller_press_and_hold_cmd_active = continuous_cmd; in avrcp_controller_request_pass_through_press_control_cmd()
720 if (connection->controller_press_and_hold_cmd_active){ in avrcp_controller_request_pass_through_press_control_cmd()
1284 if (!connection->controller_press_and_hold_cmd_active){ in avrcp_handle_l2cap_data_packet_for_signaling_connection()
H A Davrcp.h715 bool controller_press_and_hold_cmd_active; member