Change characteristic user desciption descriptor.
authorJaehong Jo <jaehong.jo@samsung.com>
Thu, 21 Apr 2016 05:36:10 +0000 (14:36 +0900)
committerJon A. Cruz <jon@joncruz.org>
Fri, 22 Apr 2016 05:52:29 +0000 (05:52 +0000)
"OIC Node.." chaned to "OCF Node..".

Change-Id: Ifcf4355f58f90e53b06df3a93fb29be383e6c879
Signed-off-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7871
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
resource/csdk/connectivity/inc/cagattservice.h
resource/csdk/connectivity/src/bt_le_adapter/linux/descriptor.c

index a6ad4d5..b587218 100644 (file)
@@ -46,7 +46,7 @@
  * OIC Transport Profile GATT request characteristic user description
  * descriptor value.
  */
-#define CA_GATT_REQUEST_USER_DESCRIPTION "OIC Node Request"
+#define CA_GATT_REQUEST_USER_DESCRIPTION "OCF Node Request"
 
 /// OIC Transport Profile GATT response characteristic UUID.
 #define CA_GATT_RESPONSE_CHRC_UUID "E9241982-4580-42C4-8831-95048216B256"
@@ -55,7 +55,7 @@
  * OIC Transport Profile GATT response characteristic user description
  * descriptor value.
  */
-#define CA_GATT_RESPONSE_USER_DESCRIPTION "OIC Node Response"
+#define CA_GATT_RESPONSE_USER_DESCRIPTION "OCF Node Response"
 
 /**
  * Standard Bluetooth GATT client characteristic configuration
index eeccd50..82ceb71 100644 (file)
@@ -82,8 +82,8 @@ static gboolean CAGattDescriptorReadValue(
  * @param[in]  descriptor_path @c GattDescriptor1 object path for the
  *                             user description descriptor.
  * @param[in]  value           User description descriptor value,
- *                             e.g. @c "OIC Node Request" or
- *                             @c "OIC Node Response".
+ *                             e.g. @c "OCF Node Request" or
+ *                             @c "OCF Node Response".
  *
  * @note This function does not allocate the @a descriptor object
  *       itself.  The caller is responsible for allocating that