Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h68 int waitHciDev(int hci_interface);
Dbluetooth_hci.cc87 if (waitHciDev(hci_interface)) { in openBtHci()
115 int BluetoothHci::waitHciDev(int hci_interface) { in waitHciDev() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/system/bt/gd/hal/
Dhci_hal_host.cc88 int waitHciDev(int hci_interface) { in waitHciDev() function
182 if (waitHciDev(hci_interface) != 0) { in ConnectToSocket()