summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-18 17:39:49 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-18 17:39:49 -0700
commitdf782f29a530d805c13f32bb43883306c05a4504 (patch)
tree91e1abe083f691f6757118d374776b020ad52188
parentaca2845d2be375190b3738672b25997516cbb48d (diff)
downloadbluetooth-df782f29a530d805c13f32bb43883306c05a4504.tar.gz
-rw-r--r--bluedroid/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluedroid/bluetooth.c b/bluedroid/bluetooth.c
index ed6b52e..4559eee 100644
--- a/bluedroid/bluetooth.c
+++ b/bluedroid/bluetooth.c
@@ -36,7 +36,7 @@
#define HCI_DEV_ID 0
#endif
-#define HCID_START_DELAY_SEC 5
+#define HCID_START_DELAY_SEC 3
#define HCID_STOP_DELAY_USEC 500000
#define MIN(x,y) (((x)<(y))?(x):(y))