Searched refs:waitHciDev (Results 1 – 3 of 3) sorted by relevance
68 int waitHciDev(int hci_interface);
87 if (waitHciDev(hci_interface)) { in openBtHci()115 int BluetoothHci::waitHciDev(int hci_interface) { in waitHciDev() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
88 int waitHciDev(int hci_interface) { in waitHciDev() function182 if (waitHciDev(hci_interface) != 0) { in ConnectToSocket()