From 9933c8568501165ed4426640cf6c9024eb4b4a21 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Aug 2008 22:24:34 +0200 Subject: Remove obsolete security and pairing option --- src/hcid.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/hcid.h') 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 -- cgit