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

Commit 2df67258 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents a9514704 c829d3fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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");
      LOG_INFO("LE_READ_PERIODIC_ADVERTISING_LIST_SIZE not supported, defaulting to 0");
      le_periodic_advertiser_list_size_ = 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(
      hci_->EnqueueCommand(
          LeSetHostFeatureBuilder::Create(LeHostFeatureBits::CONNECTED_ISO_STREAM_HOST_SUPPORT, Enable::ENABLED),
          LeSetHostFeatureBuilder::Create(LeHostFeatureBits::CONNECTED_ISO_STREAM_HOST_SUPPORT, Enable::ENABLED),
          handler->BindOnceOn(this, &Controller::impl::le_set_host_feature_handler));
          handler->BindOnceOn(this, &Controller::impl::le_set_host_feature_handler));