btstack/port/wiced
2016-03-17 10:58:11 +01:00
..
btstack_config.h ports: use MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS 2016-03-04 13:42:49 +01:00
btstack_run_loop_wiced.c prefix data_source_t and timer_source_t with btstack 2016-01-20 16:00:45 +01:00
btstack_run_loop_wiced.h btstack-config.h -> btstack_config.h 2016-01-21 15:41:16 +01:00
create_examples.py examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
hci_transport_h4_wiced.c wiced: fixed port 2016-02-26 21:16:32 +01:00
main.c rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00
readme.md wiced: use RB_DUO as platform name 2016-02-28 22:18:25 +01:00
wiced.mk sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom 2016-03-17 10:58:11 +01:00

BTstack port for WICED platform

To integrate BTstack into the WICED SDK, please move the BTstack project into WICED-SDK-X/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.

See WICED documentation about how to install it.

Only tested on Redbear Duo platform.

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.

The examples that implement a BLE Peripheral/provide a GATT Server use the GATT DB in the .gatt file. After modifying the .gatt file, please run ./update_gatt_db.sh in the apps/btstack/$(EXAMPLE) folder.