X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Fsrc%2Fbt_le_adapter%2Fandroid%2Forg_iotivity_ca_CaLeServerInterface.h;h=904d1a7b8a426acfcbb3ab99861b2656f1ba790b;hb=3c093548382bb2542c87a67e6e5fa32552c29cb3;hp=fd4f813e66417c6973569c90aaa98db5142511d7;hpb=b32f68877abda123144238d8aab343cf0a933199;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeServerInterface.h b/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeServerInterface.h index fd4f813..904d1a7 100644 --- a/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeServerInterface.h +++ b/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeServerInterface.h @@ -19,108 +19,113 @@ ******************************************************************/ #include -/* Header for class org_iotivity_ca_caLeServerInterface */ +/* Header for class org_iotivity_ca_CaLeServerInterface */ -#ifndef CA_Included_org_iotivity_ca_caLeServerInterface_H_ -#define CA_Included_org_iotivity_ca_caLeServerInterface_H_ +#ifndef CA_Included_org_iotivity_ca_CaLeServerInterface_H_ +#define CA_Included_org_iotivity_ca_CaLeServerInterface_H_ #ifdef __cplusplus extern "C" { #endif /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeRegisterGattServerCallback * Signature: (Landroid/bluetooth/BluetoothGattServerCallback;)V */ JNIEXPORT void JNICALL - -Java_org_iotivity_ca_caLeServerInterface_caLeRegisterGattServerCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeRegisterGattServerCallback (JNIEnv *, jobject, jobject); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeRegisterBluetoothLeAdvertiseCallback * Signature: (Landroid/bluetooth/le/AdvertiseCallback;)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeRegisterBluetoothLeAdvertiseCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeRegisterBluetoothLeAdvertiseCallback (JNIEnv *, jobject, jobject); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeGattServerConnectionStateChangeCallback * Signature: (Landroid/bluetooth/BluetoothDevice;II)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeGattServerConnectionStateChangeCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerConnectionStateChangeCallback (JNIEnv *, jobject, jobject, jint, jint); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeGattServerNWConnectionStateChangeCallback * Signature: (Landroid/bluetooth/BluetoothDevice;II)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeGattServerNWConnectionStateChangeCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerNWConnectionStateChangeCallback (JNIEnv *, jobject, jobject, jint, jint); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeGattServerServiceAddedCallback * Signature: (ILandroid/bluetooth/BluetoothGattService;)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeGattServerServiceAddedCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerServiceAddedCallback (JNIEnv *, jobject, jint, jobject); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeGattServerCharacteristicReadRequestCallback - * Signature: (Landroid/bluetooth/BluetoothDevice;IILandroid/ - * bluetooth/BluetoothGattCharacteristic;)V + * Signature: (Landroid/bluetooth/BluetoothDevice;[B)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeGattServerCharacteristicReadRequestCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerCharacteristicReadRequestCallback (JNIEnv *, jobject, jobject, jbyteArray); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeGattServerCharacteristicWriteRequestCallback - * Signature: (Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/ - * BluetoothGattCharacteristic;ZZI[B)V + * Signature: (Landroid/bluetooth/BluetoothDevice;[BII[B)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeGattServerCharacteristicWriteRequestCallback -(JNIEnv *, jobject, jobject, jbyteArray); +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerCharacteristicWriteRequestCallback +(JNIEnv *, jobject, jobject, jbyteArray, jint, jint, jbyteArray); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeGattServerNotificationSentCallback * Signature: (Landroid/bluetooth/BluetoothDevice;I)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeGattServerNotificationSentCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerNotificationSentCallback (JNIEnv *, jobject, jobject, jint); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeAdvertiseStartSuccessCallback * Signature: (Landroid/bluetooth/le/AdvertiseSettings;)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeAdvertiseStartSuccessCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeAdvertiseStartSuccessCallback (JNIEnv *, jobject, jobject); /* - * Class: org_iotivity_ca_caLeServerInterface + * Class: org_iotivity_ca_CaLeServerInterface * Method: caLeAdvertiseStartFailureCallback * Signature: (I)V */ JNIEXPORT void JNICALL -Java_org_iotivity_ca_caLeServerInterface_caLeAdvertiseStartFailureCallback +Java_org_iotivity_ca_CaLeServerInterface_caLeAdvertiseStartFailureCallback (JNIEnv *, jobject, jint); +/* + * Class: org_iotivity_ca_CaLeServerInterface + * Method: caLeGattServerMtuChangedCallback + * Signature: (Landroid/bluetooth/BluetoothDevice;I)V + */ +JNIEXPORT void JNICALL +Java_org_iotivity_ca_CaLeServerInterface_caLeGattServerMtuChangedCallback +(JNIEnv *, jobject, jobject, jint); #ifdef __cplusplus }