Searched refs:IsRfcommFlowExt (Results 1 – 2 of 2) sorted by relevance
90 bool IsRfcommFlowExt(bool local, uint16_t cid, uint8_t dlci);
127 bool ProfilesFilter::IsRfcommFlowExt(bool local, uint16_t cid, uint8_t dlci) { in IsRfcommFlowExt() function in bluetooth::hal::ProfilesFilter796 if (filters.IsRfcommFlowExt(is_received, l2cap_channel, addr) && pf) { in FilterProfilesRfcommChannel()