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

Commit 2c0b5530 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Check the return value of the HAL init function am: 24c78c35

am: 1989320d

Change-Id: I3c21277c55156dce98003f7edb17e3264962703e
parents 971aaf55 1989320d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ class BluetoothHciCallbacks : public IBluetoothHciCallbacks {
  }

  Return<void> initializationComplete(Status status) {
    CHECK(status == Status::SUCCESS);
    thread_post(thread, event_finish_startup, NULL);
    return Void();
  }