Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp778 static jboolean startDiscoveryNative(JNIEnv* env, jobject obj) { in startDiscoveryNative() function
1252 {"startDiscoveryNative", "()Z", (void*)startDiscoveryNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1958 return startDiscoveryNative(); in startDiscovery()
2940 private native boolean startDiscoveryNative(); in startDiscoveryNative() method in AdapterService