Skip to content

Commit 09716c1

Browse files
Add note to Bluetooth readme about link keys (raspberrypi#508)
Fixes raspberrypi/pico-sdk#1457
1 parent 1b895e1 commit 09716c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pico_w/bt/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Define `WANT_HCI_DUMP=1` in your CMakeLists.txt file. Uncomment this line to ena
1616

1717
To view packet logs, save the output from the debug port (e.g. the uart) to a file and afterwards run `pico-sdk/lib/btstack/tool/create_packet_log.py <filename>`.
1818
This will generate a file with the same name except for a `pklg` extension. This can be opened in the [Wireshark](https://www.wireshark.org) application to analyze communications activity.
19+
20+
## Link keys
21+
22+
By default, the last two sectors of flash are used to store Bluetooth link keys and this relies on the Bluetooth address. Old pre-release versions of the SDK had issues with some devices using a default Bluetooth address. If you experience issues with pairing try Resetting flash memory, see https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#resetting-flash-memory

0 commit comments

Comments
 (0)