Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1363 static void gattClientScanFilterClearNative(JNIEnv* env, jobject object, jint client_if, in gattClientScanFilterClearNative() function
1687 {"gattClientScanFilterClearNative", "(II)V", (void *) gattClientScanFilterClearNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java1125 private native void gattClientScanFilterClearNative(int client_if, in gattClientScanFilterClearNative() method in ScanManager.ScanNative