commit | eee6c966fd63145901dd05174840fc953bf6a105 | [log] [tgz] |
---|---|---|
author | Royston Rodrigues <roystonr@codeaurora.org> | Thu Dec 22 16:42:45 2011 +0530 |
committer | Royston Rodrigues <roystonr@codeaurora.org> | Thu Dec 22 18:10:02 2011 +0530 |
tree | 6aaccd349bfd6336be05bec2d6727f8516c685e8 | |
parent | 067e1261e136849774016a3325f217a7ca46d74a [diff] |
Bluetooth: Graceful cleanup for uninitialised timer & unregistered device. The device de-registration when called from different process context without regristation, doesn't complete because of synchronized timer delete APIs. Hence timer setup state is checked before deletion to avoid non returnable code. Also graceful cleanup is ensured. Change-Id: I865e9d93aa9833f854b83c8718d33f13ba140df0 CRs-fixed: 326882 Signed-off-by: Royston Rodrigues <roystonr@codeaurora.org>