Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h90 bool IsRfcommFlowExt(bool local, uint16_t cid, uint8_t dlci);
Dsnoop_logger.cc127 bool ProfilesFilter::IsRfcommFlowExt(bool local, uint16_t cid, uint8_t dlci) { in IsRfcommFlowExt() function in bluetooth::hal::ProfilesFilter
796 if (filters.IsRfcommFlowExt(is_received, l2cap_channel, addr) && pf) { in FilterProfilesRfcommChannel()