Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1621 static void gattClientConfigureMTUNative(JNIEnv* env, jobject object, in gattClientConfigureMTUNative() function
2404 (void*)gattClientConfigureMTUNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3090 gattClientConfigureMTUNative(connId, mtu); in configureMTU()
4015 private native void gattClientConfigureMTUNative(int connId, int mtu); in gattClientConfigureMTUNative() method in GattService