Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java145 return startDiscoveryNative(); in startDiscovery()
313 private native boolean startDiscoveryNative(); in startDiscoveryNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1115 static jboolean startDiscoveryNative(JNIEnv* /* env */, jobject /* obj */) { in startDiscoveryNative() function
2152 {"startDiscoveryNative", "()Z", (void*)startDiscoveryNative}, in register_com_android_bluetooth_btservice_AdapterService()