commit | 131a0fad0483e7b1cfe7535f4e666ebcd39ea427 | [log] [tgz] |
---|---|---|
author | Patrick Patel <ppatel@micro-design.com> | Tue May 28 06:35:39 2024 +0800 |
committer | David Leach <david.leach@nxp.com> | Fri May 31 09:55:06 2024 -0500 |
tree | e7fec22ce46c3e2eb2a7d20c455b3bf012578d3e | |
parent | 7d7616214b90a26207e79a2e2fa3305e8a483db7 [diff] |
Bluetooth: host: Update id.c to support id rst/del for CONFIG_BT_SMP=n Currently calls to these two functions fail unnecessarily when CONFIG_BT_SMP is disabled. This fix allows identity resets without having the BT_SMP stack enabled. The primary use case is enabling random mac address rotation for privacy in memory constrained SOCs. Fixes #73313 Signed-off-by: Patrick Patel <ppatel@micro-design.com>