Home
last modified time | relevance | path

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

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