Searched refs:hci_handle_ (Results 1 – 2 of 2) sorted by relevance
291 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()
51 hci::H4Protocol* hci_handle_; variable