OSDN Git Service

Rootcanal fix typo - return success
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 16 Feb 2021 22:36:20 +0000 (23:36 +0100)
committerJakub Pawlowski <jpawlowski@google.com>
Wed, 17 Feb 2021 12:33:02 +0000 (12:33 +0000)
Test: run the not yet existing ISO tests
Change-Id: Ie3b2674336d2b97297d1be96b97351c4a82676aa

vendor_libs/test_vendor_lib/model/controller/isochronous_connection_handler.cc

index 0f1defb..ed43da2 100644 (file)
@@ -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(