summaryrefslogtreecommitdiff
path: root/subsys/bluetooth/host/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'subsys/bluetooth/host/smp.c')
-rw-r--r--subsys/bluetooth/host/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsys/bluetooth/host/smp.c b/subsys/bluetooth/host/smp.c
index 3c4df1a72..2c8d6877d 100644
--- a/subsys/bluetooth/host/smp.c
+++ b/subsys/bluetooth/host/smp.c
@@ -2046,7 +2046,6 @@ static void legacy_passkey_entry(struct bt_smp *smp, unsigned int passkey)
memcpy(smp->tk, &passkey, sizeof(passkey));
if (!atomic_test_and_clear_bit(smp->flags, SMP_FLAG_CFM_DELAYED)) {
- smp_error(smp, BT_SMP_ERR_PASSKEY_ENTRY_FAILED);
return;
}