Searched refs:hci_tty_fd_ (Results 1 – 2 of 2) sorted by relevance
42 hci_tty_fd_ = open("/dev/hci_tty", O_RDWR); in initialize()43 if (hci_tty_fd_ < 0) { in initialize()53 hci_tty_fd_, in initialize()64 fd_watcher_.WatchFdForNonBlockingReads(hci_tty_fd_, [this, shim_fd](int fd) { in initialize()89 if (hci_tty_fd_ >= 0) { in close()91 ::close(hci_tty_fd_); in close()92 hci_tty_fd_ = -1; in close()
60 int hci_tty_fd_; variable