btstack/port/wiced
2017-02-02 14:53:53 +01:00
..
btstack_config.h ports: remove obsolete MAX_NR_GATT_SUBCLIENTS, MAX_NR_GATT_CLIENTS = 1 2017-02-02 14:53:53 +01:00
btstack_link_key_db_wiced_dct.c wiced: fix find oldest link key entry 2016-10-24 10:03:30 +02:00
btstack_link_key_db_wiced_dct.h btstack_module: add link key db using WICED DCT 2016-10-24 10:03:25 +02:00
btstack_run_loop_wiced.c
btstack_run_loop_wiced.h add missing c++ opening guard 2016-10-07 22:04:12 +02:00
create_examples.py
hci_transport_h4_wiced.c wiced: don't printf from worker thread 2017-02-01 12:27:05 +01:00
main.c wiced: use 2 mbps 2017-02-01 12:29:27 +01:00
readme.md wiced: mention link key storage in DCT 2016-10-24 10:04:10 +02:00
wiced.mk wiced: add gatt_client to default makefile 2017-02-02 14:50:30 +01:00

BTstack port for WICED platform

Only tested on Redbear Duo platform. Please install RedBear WICED Add-On first.

To integrate BTstack into the WICED SDK, please move the BTstack project into WICED-SDK-3.5.2/libraries. Then create projects for BTstack examples in WICED/apps/btstack by running:

./create_examples.py

Now, the BTstack examples can be build from the WICED root in the same way as other examples, e.g.:

./make btstack.spp_and_le_counter-RB_DUO

to build the SPP-and-LE-Counter example for the RedBear Duo.

See WICED documentation about how to install it.

It should work with all WICED platforms that contain a Broadcom Bluetooth chipset.

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.

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.