Merge "Bluetooth HCI Hal: Initialize has_died_" am: df485f9f27 am: 846b88f37b am: cf0eb62b74

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

Change-Id: Idda091b326d78b4d368c6adb86d079b067560d2f
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) {