mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 08:44:38 +08:00
Move HCI_REQ_TIMEOUT to hciops.c
This commit is contained in:
parent
5515a8de9b
commit
5ade59881c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user