Searched refs:IsRfcommChannel (Results 1 – 3 of 3) sorted by relevance
64 bool IsRfcommChannel(bool local, uint16_t cid);106 bool IsRfcommChannel(bool local, uint16_t cid);
80 bool FilterTracker::IsRfcommChannel(bool local, uint16_t cid) { in IsRfcommChannel() function in bluetooth::hal::FilterTracker147 if (!IsRfcommChannel(local, cid)) return FILTER_PROFILE_NONE; in DlciToProfile()210 bool ProfilesFilter::IsRfcommChannel(bool local, uint16_t cid) { in IsRfcommChannel() function in bluetooth::hal::ProfilesFilter630 if (filters.IsRfcommChannel(is_received, cid)) { in ShouldFilterLog()858 if (filters.IsRfcommChannel(is_received, l2c_chan)) { in FilterProfiles()
645 ASSERT_TRUE(filter_list[handle].IsRfcommChannel(true, local_cid)); in TEST_F()646 ASSERT_TRUE(filter_list[handle].IsRfcommChannel(false, remote_cid)); in TEST_F()