Bluetooth: Fix rejecting pairing in case of insufficient capabilities
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 17 Jun 2014 10:07:39 +0000 (13:07 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 20 Jun 2014 11:53:48 +0000 (13:53 +0200)
commit2ed8f65ca262bca778e60053f667ce11b32db6b8
treec90cdea02ae2b16f95edccd22423ee73b3a56f82
parent581370cc74ea75426421a1f5851ef05e2e995b01
Bluetooth: Fix rejecting pairing in case of insufficient capabilities

If we need an MITM protected connection but the local and remote IO
capabilities cannot provide it we should reject the pairing attempt in
the appropriate way. This patch adds the missing checks for such a
situation to the smp_cmd_pairing_req() and smp_cmd_pairing_rsp()
functions.

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.043411 seconds and 5 git commands to generate.