Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1633 static void gattServerSendResponseNative(JNIEnv* env, jobject object, in gattServerSendResponseNative() function
2204 (void*)gattServerSendResponseNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3008 gattServerSendResponseNative(serverIf, connId != null ? connId : 0, requestId, in sendResponse()
3347 private native void gattServerSendResponseNative(int serverIf, int connId, int transId, in gattServerSendResponseNative() method in GattService