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.cpp1610 static void gattServerSendResponseNative (JNIEnv *env, jobject object, in gattServerSendResponseNative() function
1727 {"gattServerSendResponseNative", "(IIIIII[BI)V", (void *) gattServerSendResponseNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1999 gattServerSendResponseNative(serverIf, connId, requestId, (byte)status, in sendResponse()
2403 private native void gattServerSendResponseNative (int server_if, in gattServerSendResponseNative() method in GattService