Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp.h331 AVRCP_OPERATION_ID_REWIND = 0x48, enumerator
H A Davrcp_controller.c1491 return request_single_pass_through_press_control_cmd(avrcp_cid, AVRCP_OPERATION_ID_REWIND, 0); in avrcp_controller_rewind()
1519 … return request_continuous_pass_through_press_control_cmd(avrcp_cid, AVRCP_OPERATION_ID_REWIND, 0); in avrcp_controller_press_and_hold_rewind()
/btstack/example/
H A Da2dp_sink_demo.c1342 … avrcp_controller_start_press_and_hold_cmd(avrcp_connection->avrcp_cid, AVRCP_OPERATION_ID_REWIND); in stdin_process()