Direct-BT v3.3.0-1-gc2d430c
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 "direct_bt/BTGattService.hpp"
Include dependency graph for DBTGattService.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ Java_jau_direct_1bt_DBTGattService_deleteImpl()

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

Definition at line 41 of file DBTGattService.cxx.

◆ Java_jau_direct_1bt_DBTGattService_toStringImpl()

jstring Java_jau_direct_1bt_DBTGattService_toStringImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 54 of file DBTGattService.cxx.

◆ _characteristicClazzCtorArgs()

static const std::string _characteristicClazzCtorArgs ( "(JLjau/direct_bt/DBTGattService;SLorg/direct_bt/GattCharPropertySet;Ljava/lang/String;SII)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_getCharsImpl()

jobject Java_jau_direct_1bt_DBTGattService_getCharsImpl ( JNIEnv *  env,
jobject  obj 
)

Definition at line 71 of file DBTGattService.cxx.