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

Commit d7da2afb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "controller/gd: Fix setting HOST ISO SUPPORT in the controller." into...

Merge "controller/gd: Fix setting HOST ISO SUPPORT in the controller." into tm-d1-dev am: 2df67258

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/19092474



Change-Id: I19db035b6f05fd572bcd91f09aa2a2083a9d8327
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0366ee42 2df67258
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ struct Controller::impl {
      LOG_INFO("LE_READ_PERIODIC_ADVERTISING_LIST_SIZE not supported, defaulting to 0");
      le_periodic_advertiser_list_size_ = 0;
    }
    if (is_supported(OpCode::LE_SET_HOST_FEATURE)) {
    if (is_supported(OpCode::LE_SET_HOST_FEATURE) && module_.SupportsBleConnectedIsochronousStreamCentral()) {
      hci_->EnqueueCommand(
          LeSetHostFeatureBuilder::Create(LeHostFeatureBits::CONNECTED_ISO_STREAM_HOST_SUPPORT, Enable::ENABLED),
          handler->BindOnceOn(this, &Controller::impl::le_set_host_feature_handler));