Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions
DBTGattDesc.cxx File Reference
#include "jau_direct_bt_DBTGattDesc.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 DBTGattDesc.cxx:

Go to the source code of this file.

Functions

void Java_jau_direct_1bt_DBTGattDesc_deleteImpl (JNIEnv *env, jobject obj, jlong nativeInstance)
 
jbyteArray Java_jau_direct_1bt_DBTGattDesc_readValueImpl (JNIEnv *env, jobject obj)
 
jstring Java_jau_direct_1bt_DBTGattDesc_toStringImpl (JNIEnv *env, jobject obj)
 
jboolean Java_jau_direct_1bt_DBTGattDesc_writeValueImpl (JNIEnv *env, jobject obj, jbyteArray jval)
 

Function Documentation

◆ Java_jau_direct_1bt_DBTGattDesc_deleteImpl()

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

Definition at line 40 of file DBTGattDesc.cxx.

◆ Java_jau_direct_1bt_DBTGattDesc_toStringImpl()

jstring Java_jau_direct_1bt_DBTGattDesc_toStringImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 53 of file DBTGattDesc.cxx.

◆ Java_jau_direct_1bt_DBTGattDesc_readValueImpl()

jbyteArray Java_jau_direct_1bt_DBTGattDesc_readValueImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 66 of file DBTGattDesc.cxx.

◆ Java_jau_direct_1bt_DBTGattDesc_writeValueImpl()

jboolean Java_jau_direct_1bt_DBTGattDesc_writeValueImpl ( JNIEnv *  env,
jobject  obj,
jbyteArray  jval 
)

Definition at line 88 of file DBTGattDesc.cxx.