Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java356 private native void gattServerDisconnectNative(int serverIf, String address, int connId); in gattServerDisconnectNative() method in GattNativeInterface
601 gattServerDisconnectNative(serverIf, address, connId); in gattServerDisconnect()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1949 static void gattServerDisconnectNative(JNIEnv* env, jobject /* object */, in gattServerDisconnectNative() function
2836 (void*)gattServerDisconnectNative}, in register_com_android_bluetooth_gatt_()