Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java465 gattClientScanNative(false); in configureRegularScanParams()
469 gattClientScanNative(true); in configureRegularScanParams()
502 gattClientScanNative(true); in startRegularScan()
669 gattClientScanNative(false); in stopRegularScan()
687 gattClientScanNative(false); in regularScanTimeout()
1098 private native void gattClientScanNative(boolean start); in gattClientScanNative() method in ScanManager.ScanNative
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1007 static void gattClientScanNative(JNIEnv* env, jobject object, jboolean start) in gattClientScanNative() function
1675 {"gattClientScanNative", "(Z)V", (void *) gattClientScanNative},