Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1384 static void gattConnectionParameterUpdateNative(JNIEnv *env, jobject object, jint client_if, in gattConnectionParameterUpdateNative() function
1713 …arameterUpdateNative", "(ILjava/lang/String;IIII)V", (void *) gattConnectionParameterUpdateNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1623 gattConnectionParameterUpdateNative(clientIf, address, minInterval, maxInterval, in connectionParameterUpdate()
2358 private native void gattConnectionParameterUpdateNative(int client_if, String address, in gattConnectionParameterUpdateNative() method in GattService