commit | 837d502efc3fe9a088b943aa1a7279cee4d0e118 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Jul 02 09:36:22 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 03 17:42:55 2014 +0200 |
tree | 07b9fded3e3b05f8b836c0e210ec481e04e87af9 | |
parent | e493150e363917bf7e86e8fa4316e915fc2cf40b [diff] |
Bluetooth: Drop LE connections for blocked devices Unlike BR/EDR we cannot reject LE connections of blocked devices but have to do it as soon as we get a LE Connection Complete event. The patch adds a blacklist check to the hci_le_conn_complete_evt function and drops all connections for blocked devices. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>