From 1e64db3f3a2f4961ead5c2468cfab5eb72cd28a0 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 24 Oct 2016 10:04:10 +0200 Subject: [PATCH] wiced: mention link key storage in DCT --- port/wiced/readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/port/wiced/readme.md b/port/wiced/readme.md index 4dcb51d6d..391d094fc 100644 --- a/port/wiced/readme.md +++ b/port/wiced/readme.md @@ -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.