Home
last modified time | relevance | path

Searched refs:HciGetPacketLengthForType (Results 1 – 5 of 5) sorted by relevance

/system/bt/vendor_libs/linux/interface/
Dhci_packetizer.cc35 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() function
65 HciGetPacketLengthForType(packet_type, preamble_); in OnDataReady()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dhci_packetizer.cc40 size_t HciPacketizer::HciGetPacketLengthForType(hci::PacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() function in test_vendor_lib::hci::HciPacketizer
84 size_t packet_length = HciGetPacketLengthForType(packet_type, preamble_); in OnDataReady()
Dhci_packetizer.h55 size_t HciGetPacketLengthForType(hci::PacketType type, const uint8_t* preamble);
Dh4_packetizer.h70 size_t HciGetPacketLengthForType(hci::PacketType type, const uint8_t* preamble);
Dh4_packetizer.cc41 size_t H4Packetizer::HciGetPacketLengthForType(hci::PacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() function in test_vendor_lib::hci::H4Packetizer
147 size_t packet_length = HciGetPacketLengthForType(hci_packet_type_, preamble_); in OnDataReady()