Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java129 return pairingIsBusyNative(); in pairingIsBusy()
305 private native boolean pairingIsBusyNative(); in pairingIsBusyNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1468 static jboolean pairingIsBusyNative(JNIEnv* /*env*/, jobject /* obj */) { in pairingIsBusyNative() function
2160 {"pairingIsBusyNative", "()Z", (void*)pairingIsBusyNative}, in register_com_android_bluetooth_btservice_AdapterService()