Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_inject.cc50 static bool hci_inject_open(const hci_t* hci_interface);
59 static const hci_inject_t interface = {hci_inject_open, hci_inject_close};
67 static bool hci_inject_open(const hci_t* hci_interface) { in hci_inject_open() function