Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dvendor_packet.h48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
Dvendor_packet.cc23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder()
/system/bt/vendor_libs/linux/interface/
Dhci_packetizer.cc55 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dhci_socket_device.cc122 PacketType packet_type, in SendHci()
/system/bt/hci/src/
Dhci_inject.cc167 hci_packet_t packet_type = (hci_packet_t)buffer[0]; in read_ready() local
/system/bt/btif/src/
Dbtif_bqr.cc165 std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString()
/system/core/debuggerd/
Dprotocol.h54 CrashPacketType packet_type; member
/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.cc56 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
370 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType()
Dclassic_impl.h212 uint16_t packet_type = 0x4408 /* DM 1,3,5 */ | 0x8810 /*DH 1,3,5 */; in create_connection() local
/system/bt/gd/l2cap/classic/internal/
Dlink.cc315 void Link::OnConnectionPacketTypeChanged(uint16_t packet_type) { in OnConnectionPacketTypeChanged()
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc404 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
/system/bt/test/mock/
Dmock_hcic_hcicmds.cc99 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { in btsnd_hcic_enhanced_flush()
/system/bt/gd/hci/
Dhci_layer_test.cc689 uint16_t packet_type = 0x1234; in TEST_F() local
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc899 uint16_t packet_type = static_cast<uint16_t>(command_view.GetPacketType()); in ChangeConnectionPacketType() local
1777 uint16_t packet_type = command_view.GetPacketType(); in CreateConnection() local
/system/bt/main/shim/
Dacl.cc396 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged()
/system/bt/stack/hcic/
Dhcicmds.cc1696 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { in btsnd_hcic_enhanced_flush()