summaryrefslogtreecommitdiffstats
path: root/src/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-05 22:24:34 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-05 22:24:34 +0200
commit9933c8568501165ed4426640cf6c9024eb4b4a21 (patch)
tree0c875ba91923f642c19ba7699a91d25efa20e704 /src/hcid.h
parent23c0238bce556e05fff111e50d5d92caa35b553a (diff)
Remove obsolete security and pairing option
Diffstat (limited to 'src/hcid.h')
-rw-r--r--src/hcid.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/hcid.h b/src/hcid.h
index 70e22354..a367c201 100644
--- a/src/hcid.h
+++ b/src/hcid.h
@@ -95,8 +95,6 @@ struct device_list {
struct hcid_opts {
char host_name[40];
int auto_init;
- int security;
- int pairing;
int offmode;
char deviceid[15];
@@ -124,14 +122,6 @@ struct hci_req_data *hci_req_data_new(int dev_id, const bdaddr_t *dba, uint16_t
void hci_req_queue_append(struct hci_req_data *data);
void hci_req_queue_remove(int dev_id, bdaddr_t *dba);
-#define HCID_SEC_NONE 0
-#define HCID_SEC_AUTO 1
-#define HCID_SEC_USER 2
-
-#define HCID_PAIRING_NONE 0
-#define HCID_PAIRING_MULTI 1
-#define HCID_PAIRING_ONCE 2
-
#define HCID_OFFMODE_DEVDOWN 0
#define HCID_OFFMODE_NOSCAN 1