Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc49 return controller_->GetLeSupportedStates(); in get_ble_supported_states()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h144 MOCK_METHOD(uint64_t, GetLeSupportedStates, (), (const));
Dcontroller_interface_mock.h149 MOCK_METHOD(uint64_t, GetLeSupportedStates, (), (const));
Dcontroller_interface.h164 virtual uint64_t GetLeSupportedStates() const = 0;
Dcontroller.h171 virtual uint64_t GetLeSupportedStates() const override;
Dcontroller_test.cc410 ASSERT_EQ(controller_->GetLeSupportedStates(), 0x001f123456789abeUL); in TEST_F()
Dcontroller.cc1478 uint64_t Controller::GetLeSupportedStates() const { in GetLeSupportedStates() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc2913 bluetooth::shim::GetController()->GetLeSupportedStates(); in btm_ble_topology_check()