Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Functions
DBTGattService.cxx File Reference
#include "jau_direct_bt_DBTGattService.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 DBTGattService.cxx:

Go to the source code of this file.

Functions

jstring Java_jau_direct_1bt_DBTGattService_toStringImpl (JNIEnv *env, jobject obj)
 
void Java_jau_direct_1bt_DBTGattService_deleteImpl (JNIEnv *env, jobject obj, jlong nativeInstance)
 
static const std::string _characteristicClazzCtorArgs ("(JLjau/direct_bt/DBTGattService;SLorg/direct_bt/GattCharPropertySet;Ljava/lang/String;SI)V")
 
static const std::string _gattCharPropSetClassName ("org/direct_bt/GattCharPropertySet")
 
static const std::string _gattCharPropSetClazzCtorArgs ("(B)V")
 
jobject Java_jau_direct_1bt_DBTGattService_getCharsImpl (JNIEnv *env, jobject obj)
 

Function Documentation

◆ _characteristicClazzCtorArgs()

static const std::string _characteristicClazzCtorArgs ( "(JLjau/direct_bt/DBTGattService;SLorg/direct_bt/GattCharPropertySet;Ljava/lang/String;SI)V"  )
static
Here is the caller graph for this function:

◆ _gattCharPropSetClassName()

static const std::string _gattCharPropSetClassName ( "org/direct_bt/GattCharPropertySet"  )
static
Here is the caller graph for this function:

◆ _gattCharPropSetClazzCtorArgs()

static const std::string _gattCharPropSetClazzCtorArgs ( "(B)V"  )
static
Here is the caller graph for this function:

◆ Java_jau_direct_1bt_DBTGattService_deleteImpl()

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

Definition at line 52 of file DBTGattService.cxx.

◆ Java_jau_direct_1bt_DBTGattService_getCharsImpl()

jobject Java_jau_direct_1bt_DBTGattService_getCharsImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 67 of file DBTGattService.cxx.

Here is the call graph for this function:

◆ Java_jau_direct_1bt_DBTGattService_toStringImpl()

jstring Java_jau_direct_1bt_DBTGattService_toStringImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 40 of file DBTGattService.cxx.

Here is the call graph for this function: