Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp979 static jboolean startDiscoveryNative(JNIEnv* env, jobject obj) { in startDiscoveryNative() function
1704 {"startDiscoveryNative", "()Z", (void*)startDiscoveryNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2628 return startDiscoveryNative(); in startDiscovery()
3933 private native boolean startDiscoveryNative(); in startDiscoveryNative() method in AdapterService