Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4386da4 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Rootcanal fix typo - return success

Test: run the not yet existing ISO tests
Change-Id: Ie3b2674336d2b97297d1be96b97351c4a82676aa
parent 0931d8bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ IsochronousConnectionHandler::SetCigParameters(
                  std::forward_as_tuple(group_parameters, created_streams));

  return bluetooth::hci::LeSetCigParametersCompleteBuilder::Create(
      1, ErrorCode::COMMAND_DISALLOWED, group_parameters.id, handles);
      1, ErrorCode::SUCCESS, group_parameters.id, handles);
}

bluetooth::hci::ErrorCode IsochronousConnectionHandler::RemoveCig(