Searched defs:packet_type (Results 1 – 19 of 19) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/hci/ |
D | hci_sniffer.cc | 46 PacketType packet_type, in AppendRecord() 97 void HciSniffer::Send(PacketType packet_type, in Send()
|
D | hci_socket_transport.cc | 59 void HciSocketTransport::Send(PacketType packet_type, in Send()
|
/packages/modules/Bluetooth/system/packet/avrcp/ |
D | vendor_packet.h | 48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
|
D | vendor_packet.cc | 27 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
|
/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | baseband_sniffer.cc | 84 uint8_t packet_type, bool flow, bool arqn, in BuildBtPacketHeader() 99 auto packet_type = packet.GetType(); in ReceiveLinkLayerPacket() local
|
D | sniffer.cc | 44 model::packets::PacketType packet_type = packet.GetType(); in ReceiveLinkLayerPacket() local
|
D | hci_device.cc | 79 const std::shared_ptr<std::vector<uint8_t>> packet) { in HciDevice()
|
/packages/services/Car/cpp/computepipe/proto/ |
D | PacketDescriptor.proto | 22 optional PacketType packet_type = 4; field
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | sco_connection.cc | 258 uint16_t packet_type = (peer.packet_type & parameters_.packet_type) & 0x3f; in NegotiateLinkParameters() local
|
D | sco_connection.h | 61 uint16_t packet_type; member
|
D | dual_mode_controller.cc | 1027 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
|
D | link_layer_controller.cc | 6223 uint16_t packet_type, in AddScoConnection()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 61 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged() 384 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType()
|
D | classic_impl.h | 281 uint16_t packet_type = 0x4408 /* DM 1,3,5 */ | 0x8810 /*DH 1,3,5 */; in create_connection() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_bqr.cc | 277 static std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 328 void Link::OnConnectionPacketTypeChanged(uint16_t packet_type) { in OnConnectionPacketTypeChanged()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 425 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_test.cc | 512 uint16_t packet_type = 0x1234; in TEST_F() local
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 546 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
|