Home
last modified time | relevance | path

Searched refs:GET_CAPABILITIES (Results 1 – 6 of 6) sorted by relevance

/system/bt/packet/tests/avrcp/
Dvendor_packet_test.cc72 CType::STATUS, CommandPdu::GET_CAPABILITIES, PacketType::SINGLE, in TEST()
92 std::make_tuple(get_capabilities_request, CommandPdu::GET_CAPABILITIES),
94 CommandPdu::GET_CAPABILITIES),
96 CommandPdu::GET_CAPABILITIES),
/system/bt/packet/avrcp/
Dcapabilities_packet.h41 : VendorPacketBuilder(CType::STATUS, CommandPdu::GET_CAPABILITIES, in GetCapabilitiesRequestBuilder()
100 : VendorPacketBuilder(CType::STABLE, CommandPdu::GET_CAPABILITIES, in GetCapabilitiesResponseBuilder()
/system/bt/include/hardware/avrcp/
Davrcp_common.h52 GET_CAPABILITIES = 0x10, enumerator
Davrcp_logging_helper.h71 CASE_RETURN_TEXT(CommandPdu::GET_CAPABILITIES); in CommandPduText()
/system/bt/profile/avrcp/
Ddevice.cc124 case CommandPdu::GET_CAPABILITIES: { in VendorPacketHandler()
223 auto response = RejectBuilder::MakeBuilder(CommandPdu::GET_CAPABILITIES, in HandleGetCapabilities()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc1296 CommandPdu::GET_CAPABILITIES, Status::INVALID_PARAMETER); in TEST_F()
1379 auto rsp = RejectBuilder::MakeBuilder(CommandPdu::GET_CAPABILITIES, Status::INVALID_PARAMETER); in TEST_F()