commit | 2d3c2260e7ef0b21f7f0db0fbfee0b092e1202f8 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Jul 15 11:51:28 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Jul 15 10:59:30 2014 +0200 |
tree | 2537a66f6f51ab282ec12203a6e231d0f2a02cf0 | |
parent | 3a19b6feb26295fe03c9242a72084d2f32dcaac4 [diff] |
Bluetooth: Don't try to reject failed LE connections The check for the blacklist in hci_le_conn_complete_evt() should be when we know that we have an actual successful connection (ev->status being non-zero). This patch fixes this ordering. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>