Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java769 gattClientScanFilterEnableNative(clientIf, true); in configureScanFilters()
1128 private native void gattClientScanFilterEnableNative(int client_if, in gattClientScanFilterEnableNative() method in ScanManager.ScanNative
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1370 static void gattClientScanFilterEnableNative (JNIEnv* env, jobject object, jint client_if, in gattClientScanFilterEnableNative() function
1688 {"gattClientScanFilterEnableNative", "(IZ)V", (void *) gattClientScanFilterEnableNative},