commit | 84bc0db53b3a425fb992d5fed25b575e4434167a | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Sep 05 22:19:49 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Sep 08 19:07:55 2014 +0200 |
tree | 14d8fcaad50a3e793a394a0587eacbbd3a97c6e1 | |
parent | 1b0921d6be7860271ccf6027891b8215fc28cde5 [diff] |
Bluetooth: Don't take any action in smp_resume_cb if not encrypted When smp_resume_cb is called if we're not encrypted (i.e. the callback wasn't called because the connection became encrypted) we shouldn't take any action at all. This patch moves also the security_timer cancellation behind this condition. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>