Searched refs:ACCEPTED (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | lmp_packets.pdl | 6 ACCEPTED = 0x3, 67 ACCEPTED = 0x1, 109 packet Accepted : LmpPacket(opcode = ACCEPTED) { 120 packet AcceptedExt : ExtendedPacket(extended_opcode = ACCEPTED) {
|
/packages/modules/Bluetooth/system/packet/avrcp/ |
D | set_addressed_player.h | 39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER, in SetAddressedPlayerResponseBuilder()
|
D | set_player_application_setting_value.h | 40 : VendorPacketBuilder(CType::ACCEPTED, in SetPlayerApplicationSettingValueResponseBuilder()
|
D | play_item.h | 38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, in PlayItemResponseBuilder()
|
D | pass_through_packet.h | 40 : PacketBuilder(response ? CType::ACCEPTED : CType::CONTROL, 0x09, 0x00, in PassThroughPacketBuilder()
|
D | set_absolute_volume.cc | 54 if (GetCType() != CType::ACCEPTED) return false; in IsValid()
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | opp.proto | 41 ACCEPTED = 0; enumerator
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Opp.kt | 114 AcceptPutOperationResponse.newBuilder().setStatus(PutStatus.ACCEPTED).build() in acceptPutOperation()
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 35 ACCEPTED = 0x9, enumerator
|
D | avrcp_logging_helper.h | 39 CASE_RETURN_TEXT(CType::ACCEPTED); in CTypeText()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 340 … ? ConnectionParameterUpdateResponseResult::ACCEPTED in on_connection_update_complete()
|
D | signalling_manager.cc | 177 if (result != ConnectionParameterUpdateResponseResult::ACCEPTED) { in OnConnectionParameterUpdateResponse()
|
/packages/modules/Bluetooth/floss/hcidoc/packets/ |
D | l2cap_packets.pdl | 552 ACCEPTED = 0,
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 655 ACCEPTED = 0,
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 130 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler() 874 if (pkt->GetCType() == CType::ACCEPTED || in MessageReceived()
|