]> git.openfabrics.org - ~emulex/infiniband.git/commit
Bluetooth: Fix mgmt error code for negative PIN response
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Jan 2014 15:15:53 +0000 (17:15 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 13 Feb 2014 07:51:34 +0000 (09:51 +0200)
commiteadd663a6ab78df479d116a59368a70dc60d8288
tree04c699aecc0413668399fef11c5e63792eed68f2
parentb848079a5e55480e16439af62c94f02ca1e33b08
Bluetooth: Fix mgmt error code for negative PIN response

The NOT_PAIRED status is only really suitable for operations where being
paired is a pre-requisite. Using it e.g. for the mgmt_pair_device
command seems unintuitive. In the case that either the local or the
remote user responds with a negative PIN Code response the "PIN or Key
Missing" HCI status will be generated. This patch changes the mapping of
this status from the NOT_PAIRED mgmt status to the more intuitive
AUTH_FAILED mgmt status.

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