From 99af3abadf36a4846bf16b80f4fd452e06dc8089 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Wed, 8 Jan 2025 20:28:37 +0530 Subject: [PATCH] fix(nimble): Fixed a typo in Kconfig file --- components/bt/host/nimble/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 73536c0cf4..2c04d87d6d 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -177,7 +177,7 @@ config BT_NIMBLE_SMP_ID_RESET default n help There are tracking risks associated with using a fixed or static IRK. - If enabled this option, Bluedroid will assign a new randomly-generated IRK + If enabled this option, NimBLE will assign a new randomly-generated IRK when all pairing and bonding records are deleted. This would decrease the ability of a previously paired peer to be used to determine whether a device with which it previously shared an IRK is within range.