Reduce the predefined logic (PredefinedPreprocessor)
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / include / bt-common.h
index 0f652b2..13b4b3c 100644 (file)
@@ -259,10 +259,7 @@ typedef enum {
 #ifndef GATT_DIRECT
        BT_GATT_SERVER,
 #endif
-
-#ifdef TIZEN_GATT_CLIENT
        BT_GATT_CLIENT,
-#endif
        BT_MESH,
        BT_MAX_USER_INFO
 } bt_user_info_type_t;
@@ -307,10 +304,8 @@ void _bt_gatt_server_event_cb(int event, int result, void *param,
                void *callback, void *user_data);
 #endif
 
-#ifdef TIZEN_GATT_CLIENT
 void _bt_gatt_client_event_cb(int event, int result, void *param,
                void *callback, void *user_data);
-#endif
 
 /*Mesh*/
 void _bt_mesh_event_cb(int event, int result, void *param,