Modify build feature names as Tizen 3.0 build option naming rule
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-event-sender.c
index 40c19d3..91d431e 100644 (file)
@@ -27,7 +27,7 @@
 static GDBusConnection *event_conn;
 static GDBusConnection *hf_local_term_event_conn;
 
-#ifdef HPS_FEATURE
+#ifdef TIZEN_FEATURE_BT_HPS
 int _bt_send_to_hps(void)
 {
        gboolean ret = FALSE;
@@ -439,7 +439,7 @@ int _bt_send_event(int event_type, int event, GVariant *param)
 
        g_object_unref(msg1);
 
-#ifdef HPS_FEATURE
+#ifdef TIZEN_FEATURE_BT_HPS
        if (g_strcmp0(signal, BT_LE_ENABLED) == 0)
                _bt_send_to_hps();
 #endif