zephyr/subsys/bluetooth
Joakim Andersson 6d9e45a2ee Bluetooth: host: Avoid removing keys from controller that are not added
Avoid removing identity keys from the controller during the pairing
procedure. During the pairing procedure the keys will be cleared before
they are updated. This causes an unnecessary warning from HCI core where
it tries to remove an IRK key-set from the controller that has has not
been added yet.

While this is not an issue, the warning from HCI core is misleading and
might lead to unnecessary questions and investigations.
Warning appeared after: 6c6bd8c49e

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-03-31 12:26:15 +03:00
..
common global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
controller global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
host Bluetooth: host: Avoid removing keys from controller that are not added 2020-03-31 12:26:15 +03:00
mesh Bluetooth: Mesh: Fix restore when revoke keys 2020-03-31 12:25:12 +03:00
services kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
shell Bluetooth: shell: Add shell advertise set info get command 2020-03-30 00:38:23 +03:00
CMakeLists.txt
Kconfig Bluetooth: Kconfig: Add kconfig options for extended advertising 2020-03-30 00:38:23 +03:00