Home
last modified time | relevance | path

Searched refs:ACCEPTED (Results 1 – 12 of 12) sorted by relevance

/system/bt/packet/avrcp/
Dset_addressed_player.h39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER, in SetAddressedPlayerResponseBuilder()
Dplay_item.h38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, in PlayItemResponseBuilder()
Dpass_through_packet.h40 : PacketBuilder(response ? CType::ACCEPTED : CType::CONTROL, 0x09, 0x00, in PassThroughPacketBuilder()
Dset_absolute_volume.cc54 if (GetCType() != CType::ACCEPTED) return false; in IsValid()
/system/bt/include/hardware/avrcp/
Davrcp_common.h35 ACCEPTED = 0x9, enumerator
Davrcp_logging_helper.h40 CASE_RETURN_TEXT(CType::ACCEPTED); in CTypeText()
/system/bt/gd/l2cap/le/internal/
Dlink.cc292 … ? ConnectionParameterUpdateResponseResult::ACCEPTED in on_connection_update_complete()
Dsignalling_manager.cc173 if (result != ConnectionParameterUpdateResponseResult::ACCEPTED) { in OnConnectionParameterUpdateResponse()
/system/bt/gd/l2cap/
Dl2cap_packets.pdl655 ACCEPTED = 0,
/system/bt/gd/l2cap/le/cert/
Dle_l2cap_test.py178 l2cap_packets.ConnectionParameterUpdateResponseResult.ACCEPTED))
/system/bt/gd/cert/
Dmatchers.py310 …tionParameterUpdateResponse(result=l2cap_packets.ConnectionParameterUpdateResponseResult.ACCEPTED):
/system/bt/profile/avrcp/
Ddevice.cc113 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler()