Move HCI_REQ_TIMEOUT to hciops.c

This commit is contained in:
Claudio Takahasi 2010-10-26 16:37:12 -03:00
parent 5515a8de9b
commit 5ade59881c
2 changed files with 2 additions and 3 deletions

View File

@ -48,6 +48,8 @@
#include "device.h"
#include "manager.h"
#define HCI_REQ_TIMEOUT 5000
static int child_pipe[2] = { -1, -1 };
static guint child_io_id = 0;

View File

@ -42,9 +42,6 @@
#define MODE_LIMITED 0x03
#define MODE_UNKNOWN 0xff
/* Timeout for hci_send_req (milliseconds) */
#define HCI_REQ_TIMEOUT 5000
struct main_opts {
char host_name[40];
unsigned long flags;