Searched defs:packet_type (Results 1 - 6 of 6) sorted by relevance

/system/bt/packet/avrcp/
H A Dvendor_packet.h29 CType ctype, CommandPdu pdu, PacketType packet_type,
48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) argument
51 packet_type_(packet_type){};
68 * uint8_t packet_type;
H A Dvendor_packet.cc23 CType ctype, CommandPdu pdu, PacketType packet_type,
31 new VendorPacketBuilder(ctype, pdu, packet_type));
22 MakeBuilder( CType ctype, CommandPdu pdu, PacketType packet_type, std::unique_ptr<::bluetooth::PacketBuilder> payload) argument
/system/bt/vendor_libs/linux/interface/
H A Dhci_packetizer.cc55 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { argument
60 preamble_size_for_type[packet_type] - bytes_read_));
63 if (bytes_read_ == preamble_size_for_type[packet_type]) {
65 HciGetPacketLengthForType(packet_type, preamble_);
66 packet_.resize(preamble_size_for_type[packet_type] + packet_length);
67 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]);
78 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_,
/system/bt/hci/src/
H A Dhci_inject.cc164 hci_packet_t packet_type = (hci_packet_t)buffer[0]; local
176 buf->event = hci_packet_to_event(packet_type);
/system/core/debuggerd/
H A Dprotocol.h54 CrashPacketType packet_type; member in struct:TombstonedCrashPacket
/system/bt/stack/hcic/
H A Dhcicmds.cc1264 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { argument
1274 UINT8_TO_STREAM(pp, packet_type);

Completed in 233 milliseconds