Searched refs:avrcp_target_pass_through_response (Results 1 – 1 of 1) sorted by relevance
/btstack/src/classic/ |
H A D | avrcp_target.c | 591 static uint8_t avrcp_target_pass_through_response(uint16_t avrcp_cid, avrcp_command_type_t ctype, a… in avrcp_target_pass_through_response() function 609 …return avrcp_target_pass_through_response(avrcp_cid, AVRCP_CTYPE_RESPONSE_REJECTED, opid, operands… in avrcp_target_operation_rejected() 613 …return avrcp_target_pass_through_response(avrcp_cid, AVRCP_CTYPE_RESPONSE_ACCEPTED, opid, operands… in avrcp_target_operation_accepted() 617 …return avrcp_target_pass_through_response(avrcp_cid, AVRCP_CTYPE_RESPONSE_ACCEPTED, opid, operands… in avrcp_target_operation_not_implemented()
|