summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 41b62419..a5074ffa 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -34,10 +34,10 @@
#include "glib-ectomy.h"
-#define HCID_CONFIG_FILE "/etc/bluetooth/hcid.conf"
-#define HCID_PIN_FILE "/etc/bluetooth/pin"
-#define HCID_KEY_FILE "/etc/bluetooth/link_key"
-#define HCID_PIN_HELPER "/bin/bluepin"
+#define HCID_CONFIG_FILE CONFIGDIR "/hcid.conf"
+#define HCID_PIN_FILE CONFIGDIR "/pin"
+#define HCID_KEY_FILE CONFIGDIR "/link_key"
+#define HCID_PIN_HELPER "/usr/bin/bluepin"
struct device_opts {
char *name;