Searched refs:is_received (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.h | 304 bool ShouldFilterLog(bool is_received, uint8_t* packet); 306 void CalculateAclPacketLength(uint32_t& length, uint8_t* packet, bool is_received); 311 uint32_t FilterProfiles(bool is_received, uint8_t* packet); 313 bool IsA2dpMediaPacket(bool is_received, uint8_t* packet); 325 bool is_received,
|
D | snoop_logger.cc | 624 bool SnoopLogger::ShouldFilterLog(bool is_received, uint8_t* packet) { in ShouldFilterLog() argument 630 if (filters.IsRfcommChannel(is_received, cid)) { in ShouldFilterLog() 640 } else if (!filters.IsAcceptlistedL2cap(is_received, cid)) { in ShouldFilterLog() 766 bool is_received, in FilterProfilesRfcommChannel() argument 783 current_profile = filters.DlciToProfile(is_received, l2cap_channel, addr); in FilterProfilesRfcommChannel() 796 if (filters.IsRfcommFlowExt(is_received, l2cap_channel, addr) && pf) { in FilterProfilesRfcommChannel() 801 if ((filters).IsHfpProfile(is_received, l2cap_channel, addr)) { in FilterProfilesRfcommChannel() 809 uint32_t SnoopLogger::FilterProfiles(bool is_received, uint8_t* packet) { in FilterProfiles() argument 841 if (filters.IsL2capFlowExt(is_received, l2c_chan)) { in FilterProfiles() 850 current_profile = filters.CidToProfile(is_received, l2c_chan); in FilterProfiles() [all …]
|
/packages/modules/Bluetooth/system/hci/include/ |
D | btsnoop.h | 32 void (*capture)(const BT_HDR* packet, bool is_received);
|