Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dhci_inject.cc51 static bool hci_inject_open(const hci_t* hci_interface);
60 static const hci_inject_t interface = {hci_inject_open, hci_inject_close};
68 static bool hci_inject_open(const hci_t* hci_interface) { in hci_inject_open() function