#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.
◆ Java_jau_direct_1bt_DBTGattDesc_deleteImpl()
void Java_jau_direct_1bt_DBTGattDesc_deleteImpl |
( |
JNIEnv * |
env, |
|
|
jobject |
obj |
|
) |
| |
◆ Java_jau_direct_1bt_DBTGattDesc_readValueImpl()
jbyteArray Java_jau_direct_1bt_DBTGattDesc_readValueImpl |
( |
JNIEnv * |
env, |
|
|
jobject |
obj |
|
) |
| |
◆ Java_jau_direct_1bt_DBTGattDesc_toStringImpl()
jstring Java_jau_direct_1bt_DBTGattDesc_toStringImpl |
( |
JNIEnv * |
env, |
|
|
jobject |
obj |
|
) |
| |
◆ Java_jau_direct_1bt_DBTGattDesc_writeValueImpl()
jboolean Java_jau_direct_1bt_DBTGattDesc_writeValueImpl |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jbyteArray |
jval |
|
) |
| |