Searched refs:gattServerSendResponseNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1610 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/ |
D | GattService.java | 1999 gattServerSendResponseNative(serverIf, connId, requestId, (byte)status, in sendResponse() 2403 private native void gattServerSendResponseNative (int server_if, in gattServerSendResponseNative() method in GattService
|