Home
last modified time | relevance | path

Searched refs:IsRfcommChannel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h64 bool IsRfcommChannel(bool local, uint16_t cid);
106 bool IsRfcommChannel(bool local, uint16_t cid);
Dsnoop_logger.cc80 bool FilterTracker::IsRfcommChannel(bool local, uint16_t cid) { in IsRfcommChannel() function in bluetooth::hal::FilterTracker
147 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::ProfilesFilter
630 if (filters.IsRfcommChannel(is_received, cid)) { in ShouldFilterLog()
858 if (filters.IsRfcommChannel(is_received, l2c_chan)) { in FilterProfiles()
Dsnoop_logger_test.cc645 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()