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.cpp770 static jboolean startDiscoveryNative(JNIEnv* env, jobject obj) { in startDiscoveryNative() function
1321 {"startDiscoveryNative", "()Z", (void*)startDiscoveryNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2272 return startDiscoveryNative(); in startDiscovery()
3129 private native boolean startDiscoveryNative(); in startDiscoveryNative() method in AdapterService