Searched refs:gattServerSendNotificationNative (Results 1 – 2 of 2) sorted by relevance
1618 static void gattServerSendNotificationNative(JNIEnv* env, jobject object, in gattServerSendNotificationNative() function2202 (void*)gattServerSendNotificationNative},
3028 gattServerSendNotificationNative(serverIf, handle, connId, value); in sendNotification()3344 private native void gattServerSendNotificationNative(int serverIf, int attrHandle, int connId, in gattServerSendNotificationNative() method in GattService