Searched refs:gattClientReadDescriptorNative (Results 1 – 2 of 2) sorted by relevance
1068 static void gattClientReadDescriptorNative(JNIEnv* env, jobject object, in gattClientReadDescriptorNative() function1706 {"gattClientReadDescriptorNative", "(III)V", (void *) gattClientReadDescriptorNative},
1516 gattClientReadDescriptorNative(connId, handle, authReq); in readDescriptor()2340 private native void gattClientReadDescriptorNative(int conn_id, int handle, int authReq); in gattClientReadDescriptorNative() method in GattService