added BLE connection State callback routine in common
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / android / org_iotivity_ca_CaLeClientInterface.h
1 /******************************************************************
2  *
3  * Copyright 2014 Samsung Electronics All Rights Reserved.
4  *
5  *
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19  ******************************************************************/
20
21 #include <jni.h>
22 /* Header for class org_iotivity_ca_caLeClientInterface */
23
24 #ifndef CA_Included_org_iotivity_ca_caLeClientInterface_H_
25 #define CA_Included_org_iotivity_ca_caLeClientInterface_H_
26 #ifdef __cplusplus
27 extern "C"
28 {
29 #endif
30
31 /*
32  * Class:     org_iotivity_ca_caLeClientInterface
33  * Method:    caLeRegisterLeScanCallback
34  * Signature: (Landroid/bluetooth/BluetoothAdapter/LeScanCallback;)V
35  */
36 JNIEXPORT void JNICALL
37 Java_org_iotivity_ca_caLeClientInterface_caLeRegisterLeScanCallback
38 (JNIEnv *, jobject, jobject);
39
40 /*
41  * Class:     org_iotivity_ca_caLeClientInterface
42  * Method:    caLeRegisterGattCallback
43  * Signature: (Landroid/bluetooth/BluetoothGattCallback;)V
44  */
45 JNIEXPORT void JNICALL
46 Java_org_iotivity_ca_caLeClientInterface_caLeRegisterGattCallback
47 (JNIEnv *, jobject, jobject);
48
49 /*
50  * Class:     org_iotivity_ca_caLeClientInterface
51  * Method:    caLeScanCallback
52  * Signature: (Landroid/bluetooth/BluetoothDevice;I[B)V
53  */
54 JNIEXPORT void JNICALL
55 Java_org_iotivity_ca_caLeClientInterface_caLeScanCallback
56 (JNIEnv *, jobject, jobject);
57
58 /*
59  * Class:     org_iotivity_ca_caLeClientInterface
60  * Method:    caLeGattConnectionStateChangeCallback
61  * Signature: (Landroid/bluetooth/BluetoothGatt;II)V
62  */
63 JNIEXPORT void JNICALL
64 Java_org_iotivity_ca_caLeClientInterface_caLeGattConnectionStateChangeCallback
65 (JNIEnv *, jobject, jobject, jint, jint);
66
67 /*
68  * Class:     org_iotivity_ca_caLeClientInterface
69  * Method:    caLeGattNWConnectionStateChangeCallback
70  * Signature: (Landroid/bluetooth/BluetoothGatt;II)V
71  */
72 JNIEXPORT void JNICALL
73 Java_org_iotivity_ca_caLeClientInterface_caLeGattNWConnectionStateChangeCallback
74 (JNIEnv *, jobject, jobject, jint, jint);
75
76 /*
77  * Class:     org_iotivity_ca_caLeClientInterface
78  * Method:    caLeGattServicesDiscoveredCallback
79  * Signature: (Landroid/bluetooth/BluetoothGatt;I)V
80  */
81 JNIEXPORT void JNICALL
82 Java_org_iotivity_ca_caLeClientInterface_caLeGattServicesDiscoveredCallback
83 (JNIEnv *, jobject, jobject, jint);
84
85 /*
86  * Class:     org_iotivity_ca_caLeClientInterface
87  * Method:    caLeGattNWServicesDiscoveredCallback
88  * Signature: (Landroid/bluetooth/BluetoothGatt;I)V
89  */
90 JNIEXPORT void JNICALL
91 Java_org_iotivity_ca_CaLeClientInterface_caLeGattNWServicesDiscoveredCallback
92 (JNIEnv *, jobject, jobject, jint);
93 /*
94  * Class:     org_iotivity_ca_caLeClientInterface
95  * Method:    caLeGattCharacteristicWritjclasseCallback
96  * Signature: (Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V
97  */
98 JNIEXPORT void JNICALL
99 Java_org_iotivity_ca_caLeClientInterface_caLeGattCharacteristicWriteCallback
100 (JNIEnv *, jobject, jobject, jbyteArray, jint);
101
102 /*
103  * Class:     org_iotivity_ca_caLeClientInterface
104  * Method:    caLeGattCharacteristicChangedCallback
105  * Signature: (Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;)V
106  */
107 JNIEXPORT void JNICALL
108 Java_org_iotivity_ca_caLeClientInterface_caLeGattCharacteristicChangedCallback
109 (JNIEnv *, jobject, jobject, jbyteArray);
110
111 /*
112  * Class:     org_iotivity_ca_caLeClientInterface
113  * Method:    caLeGattDescriptorWriteCallback
114  * Signature: (Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V
115  */
116 JNIEXPORT void JNICALL
117 Java_org_iotivity_ca_caLeClientInterface_caLeGattDescriptorWriteCallback
118 (JNIEnv *, jobject, jobject, jint);
119
120 /*
121  * Class:     org_iotivity_ca_caLeClientInterface
122  * Method:    caLeStateChangedCallback
123  * Signature: (I)V
124  */
125 JNIEXPORT void JNICALL
126 Java_org_iotivity_ca_caLeClientInterface_caLeStateChangedCallback
127 (JNIEnv *, jobject, jint);
128
129 /*
130  * Class:     org_iotivity_ca_caLeClientInterface
131  * Method:    caLeBondStateChangedCallback
132  * Signature: (Ljava/lang/String;)V
133  */
134 JNIEXPORT void JNICALL
135 Java_org_iotivity_ca_caLeClientInterface_caLeBondStateChangedCallback
136 (JNIEnv *, jobject, jstring);
137
138 /*
139  * Class:     org_iotivity_ca_caLeClientInterface
140  * Method:    caManagerLeGattConnectionStateChangeCB
141  * Signature: (Landroid/bluetooth/BluetoothGatt;II)V
142  */
143 JNIEXPORT void JNICALL
144 Java_org_iotivity_ca_CaLeClientInterface_caManagerLeGattConnectionStateChangeCB
145 (JNIEnv *, jobject, jobject, jint, jint);
146
147 /*
148  * Class:     org_iotivity_ca_caLeClientInterface
149  * Method:    caManagerAdapterStateChangedCallback
150  * Signature: (I)V
151  */
152 JNIEXPORT void JNICALL
153 Java_org_iotivity_ca_CaLeClientInterface_caManagerAdapterStateChangedCallback
154 (JNIEnv *, jobject, jint);
155
156 /*
157  * Class:     org_iotivity_ca_caLeClientInterface
158  * Method:    caManagerBondStateChangedCallback
159  * Signature: (Landroid/bluetooth/BluetoothDevice;)V
160  */
161 JNIEXPORT void JNICALL
162 Java_org_iotivity_ca_CaLeClientInterface_caManagerBondStateChangedCallback
163 (JNIEnv *, jobject, jobject);
164
165 /*
166  * Class:     org_iotivity_ca_jar_caleinterface
167  * Method:    caManagerLeServicesDiscoveredCallback
168  * Signature: (Landroid/bluetooth/BluetoothGatt;I)V
169  */
170 JNIEXPORT void JNICALL
171 Java_org_iotivity_ca_CaLeClientInterface_caManagerLeServicesDiscoveredCallback
172 (JNIEnv *, jobject, jobject, jint);
173
174 /*
175  * Class:     org_iotivity_ca_jar_caleinterface
176  * Method:    caManagerLeRemoteRssiCallback
177  * Signature: (Landroid/bluetooth/BluetoothGatt;I)V
178  */
179 JNIEXPORT void JNICALL
180 Java_org_iotivity_ca_CaLeClientInterface_caManagerLeRemoteRssiCallback
181 (JNIEnv *, jobject, jobject, jint, jint);
182
183 #ifdef __cplusplus
184 }
185 #endif
186 #endif
187