Revert UA_MAC_TYPE_INVALID value and remove the description 71/256971/1 accepted/tizen/unified/20210416.011731 submit/tizen/20210415.223826
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 15 Apr 2021 23:40:52 +0000 (08:40 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 15 Apr 2021 23:40:52 +0000 (08:40 +0900)
Change-Id: I3e253e13c1cb1f93c271bbe11ee3affaeb3c3b6a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/user-awareness-type.h

index 5fb4be5afb8c66e444379cae2127c260f5dc1f90..759d9113aeeb459e2f5883c40a867d1f276bf3e2 100755 (executable)
@@ -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;
 
 /**