Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_inject.h25 typedef struct hci_inject_t { struct
32 } hci_inject_t; argument
34 const hci_inject_t* hci_inject_get_interface();
Dhci_layer.h59 typedef struct hci_inject_t hci_inject_t; typedef
/system/bt/hci/src/
Dhci_inject.cc59 static const hci_inject_t interface = {hci_inject_open, hci_inject_close};
201 const hci_inject_t* hci_inject_get_interface() { in hci_inject_get_interface()