Bluetooth: Fix indicating discovery state when canceling inquiry
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 10 Jun 2014 11:05:57 +0000 (14:05 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 13 Jun 2014 11:32:16 +0000 (13:32 +0200)
commit50143a433b70e3145bcf8a4a4e54f0c11bdee32b
tree312d2eb6ebf5f7b30a893ef20101175cdc3df2c3
parentfff3490f47810e2d34b91fb9e31103e923b11c2f
Bluetooth: Fix indicating discovery state when canceling inquiry

When inquiry is canceled through the HCI_Cancel_Inquiry command there is
no Inquiry Complete event generated. Instead, all we get is the command
complete for the HCI_Inquiry_Cancel command. This means that we must
call the hci_discovery_set_state() function from the respective command
complete handler in order to ensure that user space knows the correct
discovery state.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org
net/bluetooth/hci_event.c
This page took 0.047845 seconds and 5 git commands to generate.