Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java468 gattSetScanParametersNative(client.clientIf, scanInterval, scanWindow); in configureRegularScanParams()
1100 private native void gattSetScanParametersNative(int client_if, int scan_interval, in gattSetScanParametersNative() method in ScanManager.ScanNative
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1177 static void gattSetScanParametersNative(JNIEnv* env, jobject object, in gattSetScanParametersNative() function
1689 {"gattSetScanParametersNative", "(III)V", (void *) gattSetScanParametersNative},