Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc85 bt_soc_fd_ = fd; in openBtHci()
107 if (bt_soc_fd_ != -1) { in closeBtHci()
108 ::close(bt_soc_fd_); in closeBtHci()
109 bt_soc_fd_ = -1; in closeBtHci()
Dbluetooth_hci.h52 int bt_soc_fd_; variable