Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#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"
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) |
void Java_jau_direct_1bt_DBTGattDesc_deleteImpl | ( | JNIEnv * | env, |
jobject | obj, | ||
jlong | nativeInstance | ||
) |
Definition at line 40 of file DBTGattDesc.cxx.
jstring Java_jau_direct_1bt_DBTGattDesc_toStringImpl | ( | JNIEnv * | env, |
jobject | obj | ||
) |
Definition at line 53 of file DBTGattDesc.cxx.
jbyteArray Java_jau_direct_1bt_DBTGattDesc_readValueImpl | ( | JNIEnv * | env, |
jobject | obj | ||
) |
Definition at line 66 of file DBTGattDesc.cxx.
jboolean Java_jau_direct_1bt_DBTGattDesc_writeValueImpl | ( | JNIEnv * | env, |
jobject | obj, | ||
jbyteArray | jval | ||
) |
Definition at line 88 of file DBTGattDesc.cxx.