From c3fcbf851d4c64ac311e525c37b8868c19fe41a4 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 5 Sep 2024 15:09:25 +0900 Subject: [PATCH] Add new module error of wifi aware Change-Id: Iff5cf36cea4ea10c7c684af9a9e30c3c2418add9 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tizen_error.h b/include/tizen_error.h index 84baffa..642431d 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -323,6 +323,8 @@ extern "C" { #define TIZEN_ERROR_TVS -0x030F0000 /* Webauthn API */ #define TIZEN_ERROR_WAUTHN -0x03100000 +/* Wifi Aware */ +#define TIZEN_ERROR_WIFI_AWARE -0x03110000 /** * @brief Enumeration for tizen errors. -- 2.34.1