From 60f3534f6bf2e4cc992110398ec022b66660e04b Mon Sep 17 00:00:00 2001 From: "saerome.kim" Date: Fri, 16 Aug 2019 11:21:26 +0900 Subject: [PATCH] Changed duid -> DUID in comments. Change-Id: I8e557c5580927bcbdce9bf98359f39156bf423e5 Signed-off-by: saerome.kim --- include/ua-api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ua-api.h b/include/ua-api.h index 67e25c0..783ce75 100644 --- a/include/ua-api.h +++ b/include/ua-api.h @@ -56,7 +56,7 @@ typedef enum { #define UAM_DEVICE_ID_MAX_STRING_LEN 50 /** - * @brief Device's BLE payload duid length. + * @brief Device's BLE payload DUID length. * @since_tizen 5.5 */ #define UAM_BLE_PAYLOAD_DUID_LEN 17 @@ -465,7 +465,7 @@ typedef struct { char mac[UAM_MAC_ADDRESS_STRING_LEN]; /**< Device's MAC ADDRESS */ char ipv4_addr[UAM_IP_ADDRESS_MAX_STRING_LEN];/**< Device's IPv4 address optional */ char device_id[UAM_DEVICE_ID_MAX_STRING_LEN]; /**< Device's uniquie ID */ - uam_ble_payload_s payload; /**< BLE Payload to parse ble devices*/ + uam_ble_payload_s payload; /**< BLE Payload to parse BLE devices*/ gboolean discriminant; /**< Determines whether to judge PRESENCE/ABSENCE */ long last_seen; /**< Latest timestamp when device was discoverd */ } uam_device_info_s; -- 2.7.4