Searched refs:GetControllerLocalSupportedCommands (Results 1 – 3 of 3) sorted by relevance
44 virtual std::array<uint8_t, 64> GetControllerLocalSupportedCommands() const;
307 ASSERT_EQ(controller_->GetControllerLocalSupportedCommands(), supported_commands); in TEST_F()
776 std::array<uint8_t, 64> Controller::GetControllerLocalSupportedCommands() const { in GetControllerLocalSupportedCommands() function in bluetooth::hci::Controller