summaryrefslogtreecommitdiffstats
path: root/src/hcid.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-12-01 12:08:51 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-01 12:08:51 +0200
commit2071a8a2f8e6d238ff0d0f44cb075c902b8ec0e4 (patch)
treedf0ca5bf4a8cfdc83284a72a9cace7bb22b2193d /src/hcid.h
parent722b85aa0cda44f276d7b41f7658a6fe9cc01fae (diff)
Get rid of OffMode and always behave like DevDown
Diffstat (limited to 'src/hcid.h')
-rw-r--r--src/hcid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hcid.h b/src/hcid.h
index 614ec7f8..90e31f0d 100644
--- a/src/hcid.h
+++ b/src/hcid.h
@@ -42,9 +42,6 @@
#define MODE_LIMITED 0x03
#define MODE_UNKNOWN 0xff
-#define HCID_OFFMODE_DEVDOWN 0
-#define HCID_OFFMODE_NOSCAN 1
-
/* Timeout for hci_send_req (milliseconds) */
#define HCI_REQ_TIMEOUT 5000
@@ -59,7 +56,6 @@ struct main_opts {
uint16_t link_mode;
uint16_t link_policy;
- int offmode;
uint8_t scan;
uint8_t mode;
uint8_t inqmode;