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

Commit 2b8c87af authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

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

Merge "controller/gd: Fix setting HOST ISO SUPPORT in the controller." am: 3fcc5b82 am: c31596f5

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



Change-Id: Iba79bbfb2f69928e32cf089feea62e4c22d01475
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 30d456f3 c31596f5
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));