Skip to content

Commit 1227b2f

Browse files
erwangojhedberg
authored andcommitted
samples/bluetooth: Add note about Long term key clearance
It could happen that bluetooth samples fail because of stored LTK on device used to test the sample (eg smartphone). Add a note in bluetooth sample doc to inform users of this trick. Fixes #13034 Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 89fb37b commit 1227b2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

samples/bluetooth/bluetooth.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ then be used with any external Host (including Zephyr running natively or
1616
with QEMU), those are named accordingly with an "HCI" prefix in the
1717
documentation and are prefixed with :literal:`hci_` in their folder names.
1818

19+
.. note::
20+
The mutually-shared encryption key created during host-device paring may get
21+
old after many test iterations. If this happens, subsequent host-device
22+
connections will fail. You can force a re-paring and new key to be created
23+
by removing the device from the associated devices list on the host.
24+
1925
.. toctree::
2026
:maxdepth: 1
2127
:glob:

0 commit comments

Comments
 (0)