Bluetooth: Fix notifying discovery state upon reset
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 28 Jan 2015 17:56:01 +0000 (19:56 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 28 Jan 2015 20:26:23 +0000 (21:26 +0100)
commit39c5d970d4d1302d3407e0471c55520dd5537069
tree06955df358f85a878c6d6b2350c0a13c89f96ad8
parent592002863a03bd172a19d04854c5ed415693911f
Bluetooth: Fix notifying discovery state upon reset

When HCI_Reset is issued the discovery state is assumed to be stopped.
The hci_cc_reset() handler was trying to set the state but it was doing
it without using the hci_discovery_set_state() function. Because of this
e.g. the mgmt Discovering event could go without being sent. This patch
fixes the code to use the hci_discovery_set_state() function instead of
just blindly setting the state value.

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