Searched defs:gattClientScanFilterEnableNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java934 gattClientScanFilterEnableNative(scannerId, true);
1285 private native void gattClientScanFilterEnableNative(int clientIf, boolean enable); method in class:ScanManager.ScanNative
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1388 static void gattClientScanFilterEnableNative(JNIEnv* env, jobject object, function in namespace:android
2129 {"gattClientScanFilterEnableNative", "(IZ)V",
2130 (void*)gattClientScanFilterEnableNative},

Completed in 19 milliseconds