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

Commit 9a944adb 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: 1bb77fb4

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

Change-Id: I528f9450f43822993052bbbf7603aab7c356dee0
parents 803537e5 1bb77fb4
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();
}