Merge "Bluetooth HCI Hal: Initialize has_died_" am: df485f9f27

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2284336

Change-Id: Ib821b2c9ac14494820a66b414a1c16ce246a4347
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/bluetooth/aidl/default/BluetoothHci.cpp b/bluetooth/aidl/default/BluetoothHci.cpp
index d0ad4a3..4d4896d 100644
--- a/bluetooth/aidl/default/BluetoothHci.cpp
+++ b/bluetooth/aidl/default/BluetoothHci.cpp
@@ -82,7 +82,7 @@
   bool getHasDied() const { return has_died_; }
 
  private:
-  bool has_died_;
+  bool has_died_{false};
 };
 
 void OnDeath(void* cookie) {