commit | cd60add87bf628e96d3a91dc96d4bf945a0ccb17 | [log] [tgz] |
---|---|---|
author | jhtop.kim <jhtop.kim@samsung.com> | Fri Jul 29 14:54:17 2011 +0900 |
committer | Jaikumar Ganesh <jaikumar@google.com> | Fri Jul 29 09:40:25 2011 -0700 |
tree | eb0a5eb7c2fa244536c6b3199d0ec2b140497449 | |
parent | 9bb0edea288194e6777514b8aca5923f6c5c1268 [diff] |
Bluetooth: fix for the unrecoverable state after BT on is failed - When bt_enable() is called ,device try to turn on hci device. if timeout happened after 10 seconds try,set_bluetooth_power() is called. but hciattach is still running state, so turning on BT will fail. it is unrecoverable before device reboot. - add code for hciattach stop Signed-off-by: jhtop.kim <jhtop.kim@samsung.com> Change-Id: Id210995eb4e811994d40e1a5f567606f2b9a0207