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

Commit 0f87b0c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Properly init le advertising manager" am: f09826e4 am: e0edb399 am:...

Merge "Properly init le advertising manager" am: f09826e4 am: e0edb399 am: 1bb77fb4 am: 9a944adb

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

Change-Id: Ia927a894b70143dd094dae38a25494430acdefd4
parents 302b686a 9a944adb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -374,5 +374,7 @@ BleAdvertiserInterface* bluetooth::shim::get_ble_advertiser_instance() {
};

void bluetooth::shim::init_advertising_manager() {
  bt_le_advertiser_instance->Init();
  static_cast<BleAdvertiserInterfaceImpl*>(
      bluetooth::shim::get_ble_advertiser_instance())
      ->Init();
}