]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Convert local OOB data reading to use HCI request
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 2 Apr 2015 10:41:13 +0000 (13:41 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Apr 2015 14:09:29 +0000 (16:09 +0200)
commitd268522a510ab20eadf509ab4843a83fd52cd013
treeba49ce98295f26b3ca08ebfcdfd5e314b85b0da4
parentf65be84dd32172201da836d8d80c604d355e8b8b
Bluetooth: Convert local OOB data reading to use HCI request

Now that there's a HCI request API available where the callback receives
the resulting skb, we can convert the local OOB data reading to use this
new API. This patch does the necessary update in mgmt.c (which also
requires moving the callback higher up since it's now a static function)
and removes the custom calls from hci_event.c that are no-longer
necessary.

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