Loading bluetooth/1.0/default/async_fd_watcher.cc +3 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,9 @@ int AsyncFdWatcher::stopThread() { timeout_cb_ = nullptr; } close(notification_listen_fd_); close(notification_write_fd_); return 0; } Loading Loading
bluetooth/1.0/default/async_fd_watcher.cc +3 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,9 @@ int AsyncFdWatcher::stopThread() { timeout_cb_ = nullptr; } close(notification_listen_fd_); close(notification_write_fd_); return 0; } Loading