summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-08 01:21:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-08 01:21:16 +0000
commit9d007935a92f56f6470a9f677afc7fb05f17d0b3 (patch)
treeecf92f9d993ea4a8eaec30293ff093e312d75123 /hcid/hcid.h
parenta388c640dd22bb07bd899cd32883bc42b16c430a (diff)
Remove usage of /etc/bluetooth/{pin|link_key} files
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;