Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp.h328 AVRCP_OPERATION_ID_STOP = 0x45, enumerator
H A Davrcp_controller.c1455 return request_single_pass_through_press_control_cmd(avrcp_cid, AVRCP_OPERATION_ID_STOP, 0); in avrcp_controller_stop()
1504 return request_continuous_pass_through_press_control_cmd(avrcp_cid, AVRCP_OPERATION_ID_STOP, 0); in avrcp_controller_press_and_hold_stop()
/btstack/example/
H A Da2dp_source_demo.c867 case AVRCP_OPERATION_ID_STOP: in avrcp_target_packet_handler()