Searched refs:GetLeSupportedStates (Results 1 – 8 of 8) sorted by relevance
49 return controller_->GetLeSupportedStates(); in get_ble_supported_states()
144 MOCK_METHOD(uint64_t, GetLeSupportedStates, (), (const));
149 MOCK_METHOD(uint64_t, GetLeSupportedStates, (), (const));
164 virtual uint64_t GetLeSupportedStates() const = 0;
171 virtual uint64_t GetLeSupportedStates() const override;
410 ASSERT_EQ(controller_->GetLeSupportedStates(), 0x001f123456789abeUL); in TEST_F()
1478 uint64_t Controller::GetLeSupportedStates() const { in GetLeSupportedStates() function in bluetooth::hci::Controller
2913 bluetooth::shim::GetController()->GetLeSupportedStates(); in btm_ble_topology_check()