Apply tizen 3.0 based product patchsets
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-hid.c
index 60fe60d..2587a15 100644 (file)
@@ -235,7 +235,7 @@ int _bt_hid_disconnect(int request_id,
 
 int _bt_hid_enable_barcode_feature(void)
 {
-       if (vconf_set_int(BT_HID_BARCODE_SUPPORT, 1) != 0) {
+       if (vconf_set_bool(BT_HID_BARCODE_SUPPORT, true) != 0) {
                BT_ERR("Set vconf failed\n");
                return BLUETOOTH_ERROR_INTERNAL;
        }