Bluetooth: Fix allowing initiating pairing when not pairable
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 17 Jul 2014 12:35:40 +0000 (15:35 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Jul 2014 12:39:40 +0000 (14:39 +0200)
commit2f407f0afb443207789df3fb46456551aea11cc3
tree692c42de376c055b39ae50c49fc990603ad350fb
parent977f8fce0279e5f96dc5c5068610d60b9ae94802
Bluetooth: Fix allowing initiating pairing when not pairable

When we're not pairable we should still allow us to act as initiators
for pairing, i.e. the HCI_PAIRABLE flag should only be affecting
incoming pairing attempts. This patch fixes the relevant checks for the
hci_io_capa_request_evt() and hci_pin_code_request_evt() functions.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c