summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/3/changes
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-02-11 18:10:31 -0800
committerJaikumar Ganesh <jaikumar@google.com>2011-02-14 15:02:42 -0800
commit9efb1343a018c479ff57d70e8058658faa8a926d (patch)
treed95928cbc0c7bb740e27203da76f16cc50ac8162 /docs/html/sdk/api_diff/3/changes
parent30b8cbe059b9addff643242e8a1fc86ca72ba54e (diff)
Fix ANR in Settings and Phone app.
When we have a lot of devices paired and try to enable bluetooth, loadBondState will take a some time. During this all UUIDs would have been registered and we would send out the Bluetooth On intent. When Settings apps or phone app gets the Bluetooth On intent, they try to initialize state. However, the enable Thread in Bluetooth Service is still initializing internal state in loadBondState leading to ANRs and deadlocks. So register SDP records as the last step of enable Thread. Change-Id: Iaa0a773e31b9d269f4c56c4f975a0e2973e02d6e
Diffstat (limited to 'docs/html/sdk/api_diff/3/changes')
0 files changed, 0 insertions, 0 deletions