From 2071a8a2f8e6d238ff0d0f44cb075c902b8ec0e4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 1 Dec 2008 12:08:51 +0200 Subject: Get rid of OffMode and always behave like DevDown --- src/hcid.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/hcid.h') 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; -- cgit