From: jihwan.seo Date: Fri, 15 Apr 2016 03:12:07 +0000 (+0900) Subject: modified comment related parameter in BT JNI interface. X-Git-Tag: 1.2.0+RC1~415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca07b192850ad9377468b1f1eeaeec30fa99037e;p=platform%2Fupstream%2Fiotivity.git modified comment related parameter in BT JNI interface. Change-Id: I8958e7f1353a5b69787ec6973c706c1c0f5caace Signed-off-by: jihwan.seo Reviewed-on: https://gerrit.iotivity.org/gerrit/7795 Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz --- diff --git a/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeClientInterface.h b/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeClientInterface.h index 1e7c0f2..d776c4f 100644 --- a/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeClientInterface.h +++ b/resource/csdk/connectivity/src/bt_le_adapter/android/org_iotivity_ca_CaLeClientInterface.h @@ -49,7 +49,7 @@ Java_org_iotivity_ca_caLeClientInterface_caLeRegisterGattCallback /* * Class: org_iotivity_ca_caLeClientInterface * Method: caLeScanCallback - * Signature: (Landroid/bluetooth/BluetoothDevice;I[B)V + * Signature: (Landroid/bluetooth/BluetoothDevice;)V */ JNIEXPORT void JNICALL Java_org_iotivity_ca_caLeClientInterface_caLeScanCallback @@ -93,7 +93,7 @@ Java_org_iotivity_ca_CaLeClientInterface_caLeGattNWServicesDiscoveredCallback /* * Class: org_iotivity_ca_caLeClientInterface * Method: caLeGattCharacteristicWritjclasseCallback - * Signature: (Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V + * Signature: (Landroid/bluetooth/BluetoothGatt;[BI)V */ JNIEXPORT void JNICALL Java_org_iotivity_ca_caLeClientInterface_caLeGattCharacteristicWriteCallback @@ -111,7 +111,7 @@ Java_org_iotivity_ca_caLeClientInterface_caLeGattCharacteristicChangedCallback /* * Class: org_iotivity_ca_caLeClientInterface * Method: caLeGattDescriptorWriteCallback - * Signature: (Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V + * Signature: (Landroid/bluetooth/BluetoothGatt;I)V */ JNIEXPORT void JNICALL Java_org_iotivity_ca_caLeClientInterface_caLeGattDescriptorWriteCallback @@ -174,7 +174,7 @@ Java_org_iotivity_ca_CaLeClientInterface_caManagerLeServicesDiscoveredCallback /* * Class: org_iotivity_ca_jar_caleinterface * Method: caManagerLeRemoteRssiCallback - * Signature: (Landroid/bluetooth/BluetoothGatt;I)V + * Signature: (Landroid/bluetooth/BluetoothGatt;II)V */ JNIEXPORT void JNICALL Java_org_iotivity_ca_CaLeClientInterface_caManagerLeRemoteRssiCallback 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..e00b788 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 @@ -34,7 +34,6 @@ extern "C" * Signature: (Landroid/bluetooth/BluetoothGattServerCallback;)V */ JNIEXPORT void JNICALL - Java_org_iotivity_ca_caLeServerInterface_caLeRegisterGattServerCallback (JNIEnv *, jobject, jobject); @@ -77,8 +76,7 @@ Java_org_iotivity_ca_caLeServerInterface_caLeGattServerServiceAddedCallback /* * 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 @@ -87,8 +85,7 @@ Java_org_iotivity_ca_caLeServerInterface_caLeGattServerCharacteristicReadRequest /* * Class: org_iotivity_ca_caLeServerInterface * Method: caLeGattServerCharacteristicWriteRequestCallback - * Signature: (Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/ - * BluetoothGattCharacteristic;ZZI[B)V + * Signature: (Landroid/bluetooth/BluetoothDevice;[B)V */ JNIEXPORT void JNICALL Java_org_iotivity_ca_caLeServerInterface_caLeGattServerCharacteristicWriteRequestCallback diff --git a/resource/csdk/connectivity/util/src/btpairing/android/cabtpairing.h b/resource/csdk/connectivity/util/src/btpairing/android/cabtpairing.h index 0a0e973..9852abe 100644 --- a/resource/csdk/connectivity/util/src/btpairing/android/cabtpairing.h +++ b/resource/csdk/connectivity/util/src/btpairing/android/cabtpairing.h @@ -49,7 +49,7 @@ org_iotivity_ca_CaBtPairingInterface_oicEdrBondStateChangedCallback /* * Class: org_iotivity_ca_OicBtUtilClientInterface * Method: oicEdrFoundDeviceCallback - * Signature: (BluetoothDevice)V + * Signature: (Landroid/bluetooth/BluetoothDevice;)V */ JNIEXPORT void JNICALL org_iotivity_ca_CaBtPairingInterface_oicEdrFoundDeviceCallback