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

Commit fc273378 authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

Merge "GD: use extened advertising when controller supported" into tm-dev am:...

Merge "GD: use extened advertising when controller supported" into tm-dev am: e22da7cf am: 423feaaa

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



Change-Id: Ib441542305a99a8f5661e8307ebd51dcb13146d9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1d29bb6c 423feaaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ struct LeAdvertisingManager::impl : public bluetooth::hci::LeAddressManagerCallb
      enabled_sets_[i].advertising_handle_ = kInvalidHandle;
    }

    if (controller_->IsSupported(hci::OpCode::LE_SET_EXTENDED_ADVERTISING_PARAMETERS)) {
    if (controller_->SupportsBleExtendedAdvertising()) {
      advertising_api_type_ = AdvertisingApiType::EXTENDED;
    } else if (controller_->IsSupported(hci::OpCode::LE_MULTI_ADVT)) {
      advertising_api_type_ = AdvertisingApiType::ANDROID_HCI;