Searched defs:gattClientDisconnectNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp995 static void gattClientDisconnectNative(JNIEnv* env, jobject object, function in namespace:android
2151 {"gattClientDisconnectNative", "(ILjava/lang/String;I)V",
2152 (void*)gattClientDisconnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1827 gattClientDisconnectNative(clientIf, address, connId != null ? connId : 0);
2708 private native void gattClientDisconnectNative(int clientIf, String address, method in class:GattService

Completed in 21 milliseconds