Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc634 ASSERT_TRUE(filter_list[handle].IsAcceptlistedL2cap(true, local_cid)); in TEST_F()
635 ASSERT_TRUE(filter_list[handle].IsAcceptlistedL2cap(false, remote_cid)); in TEST_F()
638 ASSERT_FALSE(filter_list[handle].IsAcceptlistedL2cap(true, local_cid)); in TEST_F()
639 ASSERT_FALSE(filter_list[handle].IsAcceptlistedL2cap(false, remote_cid)); in TEST_F()
649 ASSERT_FALSE(filter_list[handle].IsAcceptlistedL2cap(true, local_cid)); in TEST_F()
650 ASSERT_FALSE(filter_list[handle].IsAcceptlistedL2cap(false, remote_cid)); in TEST_F()
Dsnoop_logger.h62 bool IsAcceptlistedL2cap(bool local, uint16_t cid);
Dsnoop_logger.cc75 bool FilterTracker::IsAcceptlistedL2cap(bool local, uint16_t cid) { in IsAcceptlistedL2cap() function in bluetooth::hal::FilterTracker
640 } else if (!filters.IsAcceptlistedL2cap(is_received, cid)) { in ShouldFilterLog()