commit | 84794e119a22f67f2cac3f0ae958f2d69c46fa1e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Nov 06 11:24:57 2013 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Dec 04 11:09:04 2013 -0200 |
tree | 0786f00eb3f0a2929b1af9a7f39621891b9456d1 | |
parent | 4ebbd5357531694b9243b176674ae27edf5bd8e1 [diff] |
Bluetooth: Remove unnecessary 'send' parameter from smp_failure() The send parameter has only been used for determining whether to send a Pairing Failed PDU or not. However, the function can equally well use the already existing reason parameter to make this choice and send the PDU whenever a non-zero value was passed. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>