Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc291 hci_handle_ = h4_hci; in initialize()
308 if (hci_handle_ != nullptr) { in close()
309 delete hci_handle_; in close()
310 hci_handle_ = nullptr; in close()
333 hci_handle_->Send(type, data.data(), data.size()); in sendDataToController()
Dbluetooth_hci.h51 hci::H4Protocol* hci_handle_; variable