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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1014 static void gattClientDisconnectNative(JNIEnv* env, jobject object, jint clientIf, function in namespace:android
1849 {"gattClientDisconnectNative", "(ILjava/lang/String;I)V", (void *) gattClientDisconnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1456 gattClientDisconnectNative(clientIf, address, connId != null ? connId : 0);
2369 private native void gattClientDisconnectNative(int clientIf, String address, method in class:GattService

Completed in 80 milliseconds