Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / tizen / cableutil.h
index b390f78..cfa63b1 100644 (file)
@@ -91,20 +91,20 @@ typedef struct gattCharDescriptor
     int total;                          /**< The total number of descriptor in a characteristic */
 } stGattCharDescriptor_t;
 
-#define OIC_BLE_SERVICE_ID "713D0000-503E-4C75-BA94-3148F18D941E"
+#define OIC_BLE_SERVICE_ID "ADE3D529-C784-4F63-A987-EB69F70EE816"
 ///TODO: OIC_BLE_SERVICE_ID  will be generated by invoking API in future.
 
 /**
  * @def CA_BLE_READ_CHAR_UUID
  * @brief UUID of read characteristic. This UUID is common across all platform for LE transport.
  */
-#define CA_BLE_READ_CHAR_UUID "713D0002-503E-4C75-BA94-3148F18D941E"
+#define CA_BLE_READ_CHAR_UUID "E9241982-4580-42C4-8831-95048216B256"
 
 /**
  * @def CA_BLE_WRITE_CHAR_UUID
  * @brief UUID of write characteristic. This UUID is common across all platform for LE transport.
  */
-#define CA_BLE_WRITE_CHAR_UUID "713D0003-503E-4C75-BA94-3148F18D941E"
+#define CA_BLE_WRITE_CHAR_UUID "AD7B334F-4637-4B86-90B6-9D787F03D218"
 
 /**
  * @brief  Used to increment the registered service count.