From: Johan Hedberg Date: Mon, 13 Jan 2014 15:15:53 +0000 (+0200) Subject: Bluetooth: Fix mgmt error code for negative PIN response X-Git-Tag: v3.15-rc1~113^2~159^2^2~130^2~121 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadd663a6ab78df479d116a59368a70dc60d8288;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed