Direct-BT  2.3.1
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

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

Function Documentation

◆ _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_configNotificationIndicationImpl()

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

Definition at line 171 of file DBTGattChar.cxx.

Here is the call graph for this function:

◆ Java_jau_direct_1bt_DBTGattChar_deleteImpl()

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

Definition at line 50 of file DBTGattChar.cxx.

◆ Java_jau_direct_1bt_DBTGattChar_getDescriptorsImpl()

jobject Java_jau_direct_1bt_DBTGattChar_getDescriptorsImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 63 of file DBTGattChar.cxx.

Here is the call graph for this function:

◆ Java_jau_direct_1bt_DBTGattChar_readValueImpl()

jbyteArray Java_jau_direct_1bt_DBTGattChar_readValueImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 112 of file DBTGattChar.cxx.

Here is the call graph for this function:

◆ Java_jau_direct_1bt_DBTGattChar_toStringImpl()

jstring Java_jau_direct_1bt_DBTGattChar_toStringImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 39 of file DBTGattChar.cxx.

Here is the call graph for this function:

◆ Java_jau_direct_1bt_DBTGattChar_writeValueImpl()

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

Definition at line 135 of file DBTGattChar.cxx.

Here is the call graph for this function: