Loading bluetooth/aidl/default/BluetoothHci.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ class BluetoothDeathRecipient { bool getHasDied() const { return has_died_; } private: bool has_died_; bool has_died_{false}; }; void OnDeath(void* cookie) { Loading Loading
bluetooth/aidl/default/BluetoothHci.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ class BluetoothDeathRecipient { bool getHasDied() const { return has_died_; } private: bool has_died_; bool has_died_{false}; }; void OnDeath(void* cookie) { Loading