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

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

Completed in 80 milliseconds