Home
last modified time | relevance | path

Searched defs:packet_type (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_sniffer.cc46 PacketType packet_type, in AppendRecord()
97 void HciSniffer::Send(PacketType packet_type, in Send()
Dhci_socket_transport.cc59 void HciSocketTransport::Send(PacketType packet_type, in Send()
/packages/modules/Bluetooth/system/packet/avrcp/
Dvendor_packet.h48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
Dvendor_packet.cc27 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dbaseband_sniffer.cc84 uint8_t packet_type, bool flow, bool arqn, in BuildBtPacketHeader()
99 auto packet_type = packet.GetType(); in ReceiveLinkLayerPacket() local
Dsniffer.cc44 model::packets::PacketType packet_type = packet.GetType(); in ReceiveLinkLayerPacket() local
Dhci_device.cc79 const std::shared_ptr<std::vector<uint8_t>> packet) { in HciDevice()
/packages/services/Car/cpp/computepipe/proto/
DPacketDescriptor.proto22 optional PacketType packet_type = 4; field
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.cc258 uint16_t packet_type = (peer.packet_type & parameters_.packet_type) & 0x3f; in NegotiateLinkParameters() local
Dsco_connection.h61 uint16_t packet_type; member
Ddual_mode_controller.cc1027 uint16_t packet_type = static_cast<uint16_t>(command_view.GetPacketType()); in ChangeConnectionPacketType() local
2154 uint16_t packet_type = command_view.GetPacketType(); in CreateConnection() local
Dlink_layer_controller.cc6223 uint16_t packet_type, in AddScoConnection()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc61 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
384 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType()
Dclassic_impl.h281 uint16_t packet_type = 0x4408 /* DM 1,3,5 */ | 0x8810 /*DH 1,3,5 */; in create_connection() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc277 static std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc328 void Link::OnConnectionPacketTypeChanged(uint16_t packet_type) { in OnConnectionPacketTypeChanged()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc425 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc512 uint16_t packet_type = 0x1234; in TEST_F() local
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc546 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()