summaryrefslogtreecommitdiffstats
path: root/src/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hcid.h')
-rw-r--r--src/hcid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hcid.h b/src/hcid.h
index 687481c3..fc8b446f 100644
--- a/src/hcid.h
+++ b/src/hcid.h
@@ -45,6 +45,9 @@
#define HCID_OFFMODE_DEVDOWN 0
#define HCID_OFFMODE_NOSCAN 1
+/* Timeout for hci_send_req (milliseconds) */
+#define HCI_REQ_TIMEOUT 5000
+
struct main_opts {
char host_name[40];
unsigned long flags;