summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index c7aa0315..482cf589 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -33,8 +33,7 @@
#include "glib-ectomy.h"
#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"
enum {
@@ -90,12 +89,10 @@ struct hcid_opts {
uint8_t pin_code[16];
int pin_len;
+
char *pin_helper;
- char *pin_file;
int dbus_pin_helper;
- char *key_file;
-
int sock;
};
extern struct hcid_opts hcid;