summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2021-04-16 08:40:52 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2021-04-16 08:40:52 +0900
commitbd3485098164796094b4e17f813600214d065687 (patch)
treeebb18d19cf11b69cca2965e0fb4d5ca0cf8cccb6
parentfdfc5cee0d4f9cd4a69f8a73ab908df453e4be03 (diff)
downloaduser-awareness-bd3485098164796094b4e17f813600214d065687.tar.gz
user-awareness-bd3485098164796094b4e17f813600214d065687.tar.bz2
user-awareness-bd3485098164796094b4e17f813600214d065687.zip
Revert UA_MAC_TYPE_INVALID value and remove the descriptionsubmit/tizen/20210415.223826accepted/tizen/unified/20210416.011731
Change-Id: I3e253e13c1cb1f93c271bbe11ee3affaeb3c3b6a Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rwxr-xr-xinclude/user-awareness-type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user-awareness-type.h b/include/user-awareness-type.h
index 5fb4be5..759d911 100755
--- a/include/user-awareness-type.h
+++ b/include/user-awareness-type.h
@@ -186,7 +186,7 @@ typedef enum {
UA_MAC_TYPE_BLE = 0x02, /**< BLE MAC */
UA_MAC_TYPE_WIFI = 0x04, /**< Wi-Fi station mode MAC */
UA_MAC_TYPE_P2P = 0x08, /**< Wi-Fi P2P mode MAC */
- UA_MAC_TYPE_INVALID = 0x10000000
+ UA_MAC_TYPE_INVALID
} ua_mac_type_e;
/**