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

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

Completed in 45 milliseconds