Searched refs:gattServerSendNotificationNative (Results 1 – 2 of 2) sorted by relevance
1597 static void gattServerSendNotificationNative (JNIEnv *env, jobject object, in gattServerSendNotificationNative() function1726 {"gattServerSendNotificationNative", "(III[B)V", (void *) gattServerSendNotificationNative},
2024 gattServerSendNotificationNative(serverIf, charHandle, connId, value); in sendNotification()2400 private native void gattServerSendNotificationNative (int server_if, in gattServerSendNotificationNative() method in GattService