Loading system/gd/hci/controller.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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)); Loading Loading
system/gd/hci/controller.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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)); Loading