Loading system/gd/hal/hci_hal_android_hidl.cc +4 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,10 @@ class HciHalHidl : public HciHal { if (!death_unlink.isOk()) { LOG_ERROR("Error unlinking death recipient from the Bluetooth HAL"); } bt_hci_->close(); auto close_status = bt_hci_->close(); if (!close_status.isOk()) { LOG_ERROR("Error calling close on the Bluetooth HAL"); } callbacks_->ResetCallback(); bt_hci_ = nullptr; bt_hci_1_1_ = nullptr; Loading Loading
system/gd/hal/hci_hal_android_hidl.cc +4 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,10 @@ class HciHalHidl : public HciHal { if (!death_unlink.isOk()) { LOG_ERROR("Error unlinking death recipient from the Bluetooth HAL"); } bt_hci_->close(); auto close_status = bt_hci_->close(); if (!close_status.isOk()) { LOG_ERROR("Error calling close on the Bluetooth HAL"); } callbacks_->ResetCallback(); bt_hci_ = nullptr; bt_hci_1_1_ = nullptr; Loading