Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1245 static void gattClientScanFilterParamClearAllNative(JNIEnv* env, jobject object, in gattClientScanFilterParamClearAllNative() function
2123 (void*)gattClientScanFilterParamClearAllNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java1283 private native void gattClientScanFilterParamClearAllNative(int clientIf); in gattClientScanFilterParamClearAllNative() method in ScanManager.ScanNative