diff --git a/bluetooth/1.0/default/async_fd_watcher.cc b/bluetooth/1.0/default/async_fd_watcher.cc index bc0bc928d2..d8714f5b5b 100644 --- a/bluetooth/1.0/default/async_fd_watcher.cc +++ b/bluetooth/1.0/default/async_fd_watcher.cc @@ -105,6 +105,9 @@ int AsyncFdWatcher::stopThread() { timeout_cb_ = nullptr; } + close(notification_listen_fd_); + close(notification_write_fd_); + return 0; }