am b520f840: Merge "System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd"

* commit 'b520f840479ce62b52072987d8f7883c1edac17b':
  System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd
diff --git a/bluedroid/bluetooth.c b/bluedroid/bluetooth.c
index b953082..b7781b6 100644
--- a/bluedroid/bluetooth.c
+++ b/bluedroid/bluetooth.c
@@ -183,7 +183,6 @@
         LOGE("Failed to start bluetoothd");
         goto out;
     }
-    sleep(HCID_START_DELAY_SEC);
 
     ret = 0;