Searched refs:gattServerDisconnectNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1504 static void gattServerDisconnectNative(JNIEnv* env, jobject object, jint serverIf, in gattServerDisconnectNative() function 1717 {"gattServerDisconnectNative", "(ILjava/lang/String;I)V", (void *) gattServerDisconnectNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1920 gattServerDisconnectNative(serverIf, address, connId != null ? connId : 0); in serverDisconnect() 2369 private native void gattServerDisconnectNative(int serverIf, String address, in gattServerDisconnectNative() method in GattService
|