Bluetooth: Fix SMP confirmation callback handling
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 12:39:05 +0000 (14:39 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Mar 2014 14:51:56 +0000 (07:51 -0700)
commit4eb65e667ba7070e4798448f5ab8dbbaa4505db0
tree09ccbd9cae272735f3549524d7673c009508a942
parent81d0c8ad7163d9860374e38a75e2e99d00ac8c17
Bluetooth: Fix SMP confirmation callback handling

In the case that a local pairing confirmation (JUST_CFM) has been
selected as the method we need to use the user confirm request mgmt
event for it with the confirm_hint set to 1 (to indicate confirmation
without any specific passkey value). Without this (if passkey_notify was
used) the pairing would never proceed. This patch adds the necessary
call to mgmt_user_confirm_request in this scenario.

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