Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1488 static void gattServerDisconnectNative(JNIEnv* env, jobject object, in gattServerDisconnectNative() function
2189 (void*)gattServerDisconnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2879 gattServerDisconnectNative(serverIf, address, connId != null ? connId : 0); in serverDisconnect()
3293 private native void gattServerDisconnectNative(int serverIf, String address, int connId); in gattServerDisconnectNative() method in GattService