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

Commit 412a8b14 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Add a log message in the beginning of function hci_initialize()" am:...

Merge "Add a log message in the beginning of function hci_initialize()" am: ca3782bb am: 29eff889
am: d4c6afca

Change-Id: I9efc96eebbf0b5a77516004de8505e298a462e28
parents b2b885de d4c6afca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -93,6 +93,8 @@ class BluetoothHciCallbacks : public IBluetoothHciCallbacks {
};

void hci_initialize() {
  LOG_INFO(LOG_TAG, "%s", __func__);

  btHci = IBluetoothHci::getService();
  // If android.hardware.bluetooth* is not found, Bluetooth can not continue.
  CHECK(btHci != nullptr);