Home
last modified time | relevance | path

Searched defs:IsSupported (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc40 bool IsSupported(OpCode op_code) const override { return supported_opcodes_.count(op_code) == 1; } in IsSupported() function in bluetooth::hci::__anonb967a6240111::TestController
Dacl_manager_unittest.cc88 bool IsSupported(bluetooth::hci::OpCode /* op_code */) const override { return false; } in IsSupported() function in bluetooth::hci::acl_manager::__anon4444a8fe0111::TestController
Dle_scanning_manager_test.cc130 bool IsSupported(OpCode op_code) const override { return supported_opcodes_.count(op_code) == 1; } in IsSupported() function in bluetooth::hci::__anon9bf98ecf0211::TestController
Dcontroller.cc1527 bool Controller::IsSupported(bluetooth::hci::OpCode op_code) const { in IsSupported() function in bluetooth::hci::Controller
Dle_advertising_manager_test.cc56 bool IsSupported(OpCode op_code) const override { return supported_opcodes_.count(op_code) == 1; } in IsSupported() function in bluetooth::hci::__anon8a71c67e0111::TestController
Dacl_manager_test.cc84 bool IsSupported(bluetooth::hci::OpCode /* op_code */) const override { return false; } in IsSupported() function in bluetooth::hci::acl_manager::TestController
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc177 bool IsSupported(OpCode op_code) const override { in IsSupported() function in bluetooth::hci::acl_manager::__anon6ffc362f0211::TestController