summaryrefslogtreecommitdiffstats
path: root/src/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-05 22:18:20 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-05 22:18:20 +0200
commit6381c74dc2de8b4887ce3a1b41b935f91c2287fc (patch)
tree82e0d77e6aeb4056b4eae3b95ebce7e8e93b7e5a /src/hcid.h
parent01e2320f66a5aeb203f53b51037e37d3d51ce288 (diff)
Remove the default PIN code option
Diffstat (limited to 'src/hcid.h')
-rw-r--r--src/hcid.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/hcid.h b/src/hcid.h
index d0335ccf..f87341c5 100644
--- a/src/hcid.h
+++ b/src/hcid.h
@@ -99,10 +99,7 @@ struct hcid_opts {
int security;
int pairing;
int offmode;
- char deviceid[15];
-
- uint8_t pin_code[16];
- int pin_len;
+ char deviceid[15];
int sock;
};