commit | f00a06ac14becc3d78fecdf2513cc23ee267a96b | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Fri Jul 27 15:10:13 2012 -0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Mon Aug 06 15:07:05 2012 -0300 |
tree | 1e8d9fd60e17db6463499e087701d344912dfae3 | |
parent | 847012c5e04544aef485dfec29c1c07dc90615a4 [diff] |
Bluetooth: Refactor hci_cs_le_create_conn This patch does some code refactoring in hci_cs_le_create_conn function. The hci_conn object is only needed in case of failure, therefore hdev locking and hci_conn lookup were moved to if-statement scope. Also, the conn->state check was removed since we should always close the connection if it fails. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>