Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dcontroller.h44 virtual std::array<uint8_t, 64> GetControllerLocalSupportedCommands() const;
Dcontroller_test.cc307 ASSERT_EQ(controller_->GetControllerLocalSupportedCommands(), supported_commands); in TEST_F()
Dcontroller.cc776 std::array<uint8_t, 64> Controller::GetControllerLocalSupportedCommands() const { in GetControllerLocalSupportedCommands() function in bluetooth::hci::Controller