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.cpp1375 static void gattClientScanFilterClearNative(JNIEnv* env, jobject object, in gattClientScanFilterClearNative() function
2129 (void*)gattClientScanFilterClearNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java1283 private native void gattClientScanFilterClearNative(int clientIf, int filterIndex); in gattClientScanFilterClearNative() method in ScanManager.ScanNative