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

Commit d4c6afca 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: ca3782bb

am: 29eff889

Change-Id: Ibbbbba54ea8ce151f4771495453b0db6bf2f412d
parents 8a57e9fb 29eff889
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);