commit | 2f407f0afb443207789df3fb46456551aea11cc3 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Jul 17 15:35:40 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 17 14:39:40 2014 +0200 |
tree | 692c42de376c055b39ae50c49fc990603ad350fb | |
parent | 977f8fce0279e5f96dc5c5068610d60b9ae94802 [diff] |
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>