Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/
Dlmp_packets.pdl6 ACCEPTED = 0x3,
67 ACCEPTED = 0x1,
109 packet Accepted : LmpPacket(opcode = ACCEPTED) {
120 packet AcceptedExt : ExtendedPacket(extended_opcode = ACCEPTED) {
/packages/modules/Bluetooth/system/packet/avrcp/
Dset_addressed_player.h39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER, in SetAddressedPlayerResponseBuilder()
Dset_player_application_setting_value.h40 : VendorPacketBuilder(CType::ACCEPTED, in SetPlayerApplicationSettingValueResponseBuilder()
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()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dopp.proto41 ACCEPTED = 0; enumerator
/packages/modules/Bluetooth/android/pandora/server/src/
DOpp.kt114 AcceptPutOperationResponse.newBuilder().setStatus(PutStatus.ACCEPTED).build() in acceptPutOperation()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h35 ACCEPTED = 0x9, enumerator
Davrcp_logging_helper.h39 CASE_RETURN_TEXT(CType::ACCEPTED); in CTypeText()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc340 … ? ConnectionParameterUpdateResponseResult::ACCEPTED in on_connection_update_complete()
Dsignalling_manager.cc177 if (result != ConnectionParameterUpdateResponseResult::ACCEPTED) { in OnConnectionParameterUpdateResponse()
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dl2cap_packets.pdl552 ACCEPTED = 0,
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl655 ACCEPTED = 0,
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc130 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler()
874 if (pkt->GetCType() == CType::ACCEPTED || in MessageReceived()