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

Commit df485f9f authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "Bluetooth HCI Hal: Initialize has_died_"

parents c865dedf 8678c75b
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) {