Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions
DBTGattChar.cxx File Reference
#include "jau_direct_bt_DBTGattChar.h"
#include <jau/debug.hpp>
#include "helper_base.hpp"
#include "helper_dbt.hpp"
#include "direct_bt/BTDevice.hpp"
#include "direct_bt/BTAdapter.hpp"
Include dependency graph for DBTGattChar.cxx:

Go to the source code of this file.

Functions

static const std::string _descriptorClazzCtorArgs ("(JLjau/direct_bt/DBTGattChar;Ljava/lang/String;S[B)V")
 
jboolean Java_jau_direct_1bt_DBTGattChar_configNotificationIndicationImpl (JNIEnv *env, jobject obj, jboolean enableNotification, jboolean enableIndication, jbooleanArray jEnabledState)
 
void Java_jau_direct_1bt_DBTGattChar_deleteImpl (JNIEnv *env, jobject obj, jlong nativeInstance)
 
jobject Java_jau_direct_1bt_DBTGattChar_getDescriptorsImpl (JNIEnv *env, jobject obj)
 
jbyteArray Java_jau_direct_1bt_DBTGattChar_readValueImpl (JNIEnv *env, jobject obj)
 
jstring Java_jau_direct_1bt_DBTGattChar_toStringImpl (JNIEnv *env, jobject obj)
 
jboolean Java_jau_direct_1bt_DBTGattChar_writeValueImpl (JNIEnv *env, jobject obj, jbyteArray jval, jboolean withResponse)
 

Function Documentation

◆ Java_jau_direct_1bt_DBTGattChar_deleteImpl()

void Java_jau_direct_1bt_DBTGattChar_deleteImpl ( JNIEnv *  env,
jobject  obj,
jlong  nativeInstance 
)

Definition at line 39 of file DBTGattChar.cxx.

◆ Java_jau_direct_1bt_DBTGattChar_toStringImpl()

jstring Java_jau_direct_1bt_DBTGattChar_toStringImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 52 of file DBTGattChar.cxx.

◆ _descriptorClazzCtorArgs()

static const std::string _descriptorClazzCtorArgs ( "(JLjau/direct_bt/DBTGattChar;Ljava/lang/String;S[B)V"  )
static
Here is the caller graph for this function:

◆ Java_jau_direct_1bt_DBTGattChar_getDescriptorsImpl()

jobject Java_jau_direct_1bt_DBTGattChar_getDescriptorsImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 66 of file DBTGattChar.cxx.

◆ Java_jau_direct_1bt_DBTGattChar_readValueImpl()

jbyteArray Java_jau_direct_1bt_DBTGattChar_readValueImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 119 of file DBTGattChar.cxx.

◆ Java_jau_direct_1bt_DBTGattChar_writeValueImpl()

jboolean Java_jau_direct_1bt_DBTGattChar_writeValueImpl ( JNIEnv *  env,
jobject  obj,
jbyteArray  jval,
jboolean  withResponse 
)

Definition at line 143 of file DBTGattChar.cxx.

◆ Java_jau_direct_1bt_DBTGattChar_configNotificationIndicationImpl()

jboolean Java_jau_direct_1bt_DBTGattChar_configNotificationIndicationImpl ( JNIEnv *  env,
jobject  obj,
jboolean  enableNotification,
jboolean  enableIndication,
jbooleanArray  jEnabledState 
)

Definition at line 181 of file DBTGattChar.cxx.