Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dset_addressed_player.h39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER, in SetAddressedPlayerResponseBuilder()
/system/bt/include/hardware/avrcp/
Davrcp_common.h58 SET_ADDRESSED_PLAYER = 0x60, enumerator
Davrcp_logging_helper.h77 CASE_RETURN_TEXT(CommandPdu::SET_ADDRESSED_PLAYER); in CommandPduText()
/system/bt/profile/avrcp/
Ddevice.cc156 case CommandPdu::SET_ADDRESSED_PLAYER: { in VendorPacketHandler()
730 auto response = RejectBuilder::MakeBuilder(CommandPdu::SET_ADDRESSED_PLAYER, in HandleSetAddressedPlayer()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc1017 CommandPdu::SET_ADDRESSED_PLAYER, Status::INVALID_PLAYER_ID); in TEST_F()
1415 …auto rsp = RejectBuilder::MakeBuilder(CommandPdu::SET_ADDRESSED_PLAYER, Status::INVALID_PARAMETER); in TEST_F()