]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 16 Mar 2015 00:08:19 +0000 (17:08 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Mar 2015 04:53:43 +0000 (06:53 +0200)
commitf894577334d4a717cf069b6fb412619bbae23273
tree24525fa415c41a828093b43a86ea69c0dfc4ff28
parentbfeb6eda3ec210839d0f06fd33402e79c4668e3f
Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag

The HCI_CONN_REMOTE_OOB connection flag is used to indicate if the
pairing initiator has provided out-of-band data. However since that
value is no longer used in any decision making, just remove it.

It is actually unclear what purpose the OOB data present field from
the HCI IO Capability Response event serves in the first place. If
either side provided out-of-band data, then that data will be used
for pairing.

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