Home
last modified time | relevance | path

Searched refs:GetLeSupportedStates (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/hci/
Dcontroller_mock.h117 MOCK_METHOD(uint64_t, GetLeSupportedStates, (), (const));
Dcontroller.h135 virtual uint64_t GetLeSupportedStates() const;
Dcontroller_test.cc308 ASSERT_EQ(controller_->GetLeSupportedStates(), 0x001f123456789abe); in TEST_F()
Dcontroller.cc1047 uint64_t Controller::GetLeSupportedStates() const { in GetLeSupportedStates() function in bluetooth::hci::Controller
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h349 uint64_t GetLeSupportedStates() const { in GetLeSupportedStates() function
/system/bt/main/shim/
Dcontroller.cc92 bluetooth::shim::GetController()->GetLeSupportedStates(); in start_up()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc2262 properties_.GetLeSupportedStates()); in LeReadSupportedStates()