Home
last modified time | relevance | path

Searched defs:packet_type (Results 1 – 12 of 12) 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_packetizer.cc58 void HciPacketizer::OnDataReady(int fd, hci::PacketType packet_type) { in OnDataReady()
Dhci_socket_device.cc116 void HciSocketDevice::SendHci(hci::PacketType packet_type, const std::shared_ptr<std::vector<uint8_… in SendHci()
/system/bt/btif/src/
Dbtif_bqr.cc106 std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString()
/system/bt/hci/src/
Dhci_inject.cc164 hci_packet_t packet_type = (hci_packet_t)buffer[0]; in read_ready() local
/system/core/debuggerd/
Dprotocol.h54 CrashPacketType packet_type; member
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dlink_layer_packet_builder.cc145 Link::PacketType packet_type = received.GetType(); in ReWrap() local
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc519 uint16_t packet_type = args_itr.extract<uint16_t>(); in HciChangeConnectionPacketType() local
856 uint16_t packet_type = args_itr.extract<uint16_t>(); in HciCreateConnection() local
/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_packet_builder.cc434uint16_t packet_type) { in CreateConnectionPacketTypeChangedEvent()
/system/bt/stack/hcic/
Dhcicmds.cc1262 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { in btsnd_hcic_enhanced_flush()