blob: 81addb341623fb70258368042923cfdb3a4dbf25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class BluetoothGattService */
#ifndef _Included_BluetoothGattService
#define _Included_BluetoothGattService
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: BluetoothGattService
* Method: getBluetoothType
* Signature: ()LBluetoothType;
*/
JNIEXPORT jobject JNICALL Java_BluetoothGattService_getBluetoothType
(JNIEnv *, jobject);
/*
* Class: BluetoothGattService
* Method: clone
* Signature: ()LBluetoothAdapter;
*/
JNIEXPORT jobject JNICALL Java_BluetoothGattService_clone
(JNIEnv *, jobject);
/*
* Class: BluetoothGattService
* Method: getUuid
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_BluetoothGattService_getUuid
(JNIEnv *, jobject);
/*
* Class: BluetoothGattService
* Method: getDevice
* Signature: ()LBluetoothDevice;
*/
JNIEXPORT jobject JNICALL Java_BluetoothGattService_getDevice
(JNIEnv *, jobject);
/*
* Class: BluetoothGattService
* Method: getPrimary
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_BluetoothGattService_getPrimary
(JNIEnv *, jobject);
/*
* Class: BluetoothGattService
* Method: getCharacteristics
* Signature: ()Ljava/util/List;
*/
JNIEXPORT jobject JNICALL Java_BluetoothGattService_getCharacteristics
(JNIEnv *, jobject);
/*
* Class: BluetoothGattService
* Method: delete
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_BluetoothGattService_delete
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
|