Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1377 static void gattClientConfigureMTUNative(JNIEnv *env, jobject object, in gattClientConfigureMTUNative() function
1712 {"gattClientConfigureMTUNative", "(II)V", (void *) gattClientConfigureMTUNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1588 gattClientConfigureMTUNative(connId, mtu); in configureMTU()
2356 private native void gattClientConfigureMTUNative(int conn_id, int mtu); in gattClientConfigureMTUNative() method in GattService