Reduce the predefined logic (PredefinedPreprocessor)
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-core-device.h
index f9a6a93..54e3785 100755 (executable)
@@ -35,12 +35,10 @@ typedef struct {
 
 gboolean _bt_is_device_creating(void);
 
-#ifdef TIZEN_GATT_CLIENT
 int _bt_le_connection_update(const char *sender,
                unsigned char *device_address,
                float interval_min, float interval_max,
                guint16 latency, guint16 time_out);
-#endif
 
 #ifdef TIZEN_FEATURE_BT_OBEX
 bluetooth_trusted_profile_t _bt_get_trusted_profile_enum(const char *uuid);