From 501cc9c1a855f206117398d3d36e9e3880b71693 Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Mon, 27 Sep 2010 17:51:36 -0700 Subject: [PATCH] Revert "Delay 200 ms after powering up the BT chip.." This should be done either in rfkill driver or in the firmware load file. This reverts commit 82b2b955c801eb69eddf736676b8116c7c821e3a. --- bluedroid/bluetooth.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bluedroid/bluetooth.c b/bluedroid/bluetooth.c index 2384ae4..b953082 100644 --- a/bluedroid/bluetooth.c +++ b/bluedroid/bluetooth.c @@ -155,9 +155,6 @@ int bt_enable() { if (set_bluetooth_power(1) < 0) goto out; - // Wait for some time so that BT chip stabilizes - usleep(200000); // 200 ms delay - LOGI("Starting hciattach daemon"); if (property_set("ctl.start", "hciattach") < 0) { LOGE("Failed to start hciattach"); -- 2.11.0