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

Commit 29eff889 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

Change-Id: Ia9fa15a85c64c297b911449594b6daf5b8871c0e
parents 745cdf74 ca3782bb
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);