wiced: mention link key storage in DCT

This commit is contained in:
Matthias Ringwald 2016-10-24 10:04:10 +02:00
parent 4a515d8e5d
commit 1e64db3f3a

View File

@ -11,7 +11,7 @@ Now, the BTstack examples can be build from the WICED root in the same way as ot
./make btstack.spp_and_le_counter-RB_DUO
to build the SPP-and-LE-Counter example.
to build the SPP-and-LE-Counter example for the RedBear Duo.
See WICED documentation about how to install it.
@ -20,8 +20,6 @@ It should work with all WICED platforms that contain a Broadcom Bluetooth chipse
The maximal baud rate is limited to 3 mbps.
The port uses the generated WIFI address plus 1 as Bluetooth MAC address.
It stores Classic Link Keys using the DCT mechanism.
The examples that implement a BLE Peripheral/provide a GATT Server that uses the GATT DB in the .gatt file.
After modifying the .gatt file, please run ./update_gatt_db.sh in the apps/btstack/$(EXAMPLE) folder.
All examples that rovide a GATT Server use the GATT DB in the .gatt file. Therefore you need to run ./update_gatt_db.sh in the apps/btstack/$(EXAMPLE) folder after modifying the .gatt file.