Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h68 int waitHciDev(int hci_interface);
H A 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
/aosp12/system/bt/gd/hal/
H A Dhci_hal_host.cc88 int waitHciDev(int hci_interface) { in waitHciDev() function
182 if (waitHciDev(hci_interface) != 0) { in ConnectToSocket()