commit | 620ad5219c0f0aa43731b2fd8fd9efac78c10deb | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Tue Oct 08 08:21:18 2013 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 10 01:30:18 2013 -0700 |
tree | 94effbfda02b0322f6c9655f698b3dd92571005f | |
parent | 1d399ae5c74619c841fa13834c4f79506aaf6957 [diff] |
Bluetooth: Refactor hci_connect_le This patch does some code refactoring in hci_connect_le() by moving the exception code into if statements and letting the main flow in first level of function scope. It also adds extra comments to improve the code readability. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>