Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dcontroller.h46 virtual uint64_t GetControllerLocalSupportedFeatures() const;
Dcontroller_test.cc308 ASSERT_EQ(controller_->GetControllerLocalSupportedFeatures(), 0x012345678abcdef); in TEST_F()
Dcontroller.cc784 uint64_t Controller::GetControllerLocalSupportedFeatures() const { in GetControllerLocalSupportedFeatures() function in bluetooth::hci::Controller