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

Commit a3382a89 authored by Chris Manton's avatar Chris Manton
Browse files

Properly init le advertising manager

Bug: 225059300
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: Iad1a02d550c74a78043bc506650cf18b3ffa7a2c
parent 70051555
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();
}