Home
last modified time | relevance | path

Searched refs:CalculateAclPacketLength (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h306 void CalculateAclPacketLength(uint32_t& length, uint8_t* packet, bool is_received);
Dsnoop_logger.cc647 void SnoopLogger::CalculateAclPacketLength( in CalculateAclPacketLength() function in bluetooth::hal::SnoopLogger
1163 CalculateAclPacketLength(length, (uint8_t*)packet.data(), direction == Direction::INCOMING); in FilterCapturedPacket()