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

Commit 1bb77fb4 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

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

Change-Id: I6be2a428ed400167f7b3579017baeaa879493112
parents b904e702 e0edb399
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();
}