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

Commit cf0eb62b authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth HCI Hal: Initialize has_died_" am: df485f9f am: 846b88f3

parents 47c313f6 846b88f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class BluetoothDeathRecipient {
  bool getHasDied() const { return has_died_; }

 private:
  bool has_died_;
  bool has_died_{false};
};

void OnDeath(void* cookie) {