Home
last modified time | relevance | path

Searched refs:reader_thread_ctrl_fd (Results 1 – 1 of 1) sorted by relevance

/system/bt/hci/src/
Dhci_layer_linux.cc106 int reader_thread_ctrl_fd = -1; variable
214 reader_thread_ctrl_fd = sv[0]; in hci_initialize()
232 if (reader_thread_ctrl_fd != -1) { in hci_close()
234 send(reader_thread_ctrl_fd, msg, sizeof(msg), 0); in hci_close()
235 reader_thread_ctrl_fd = -1; in hci_close()