Commit Graph

45 Commits

Author SHA1 Message Date
Matthias Ringwald
24b3c62931 hci_transport: cleanup struct, add init(void *transport_config) 2016-01-24 20:10:17 +01:00
Matthias Ringwald
80b9a8caa6 add ENABLE_CLASSIC to all examples 2016-01-24 18:09:29 +01:00
Matthias Ringwald
19084a7dda add missing const specifiers 2016-01-22 17:52:43 +01:00
Matthias Ringwald
fb55bd0acc remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const 2016-01-22 17:16:06 +01:00
Matthias Ringwald
faa6c1f625 renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds 2016-01-22 17:01:08 +01:00
Matthias Ringwald
3fb36a2984 chipset: remove all chipset functions from btstack_control.h and use from hci.c 2016-01-22 15:41:59 +01:00
Matthias Ringwald
c67501cb47 hci: add hci_set_chipset and set it for all ports 2016-01-22 14:55:13 +01:00
Matthias Ringwald
9241065141 fix wiced compile 2016-01-22 13:57:45 +01:00
Matthias Ringwald
77b4f63d67 drop #define EMBEDDED 2016-01-21 22:53:31 +01:00
Matthias Ringwald
0d529a9fd2 streamline btstack_config.h files 2016-01-21 21:56:56 +01:00
Matthias Ringwald
7907f06931 btstack-config.h -> btstack_config.h 2016-01-21 15:41:16 +01:00
Matthias Ringwald
a9a4c40924 structure btstack-config.h 2016-01-21 15:33:36 +01:00
Matthias Ringwald
5604262918 hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
Matthias Ringwald
d4c40e6512 use hci_transport_TYPE_instace() consistently. Fix iOS port build 2016-01-21 11:05:09 +01:00
Matthias Ringwald
eb8860135e fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
Matthias Ringwald
ec820d7756 prefix data_source_t and timer_source_t with btstack 2016-01-20 16:00:45 +01:00
Matthias Ringwald
528a4a3b3e prefix run_loop_ functions with btstack_ 2016-01-20 15:58:46 +01:00
Matthias Ringwald
8f2a52f4d9 forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
Matthias Ringwald
b7d596c104 run_loop_X.c/h -> run_loop_X.c/h 2016-01-20 15:32:11 +01:00
Matthias Ringwald
8263662281 run_loop.h -> btstack_run_loop.h 2016-01-20 15:08:39 +01:00
Matthias Ringwald
ff8c6fbf01 inline run_loop_private.h into run_loop.h 2016-01-20 15:03:26 +01:00
Matthias Ringwald
d2e6c4b762 prefix memory_pool files with btstack_ 2016-01-20 14:56:28 +01:00
Matthias Ringwald
16ece13520 prefix debug with btstack_ 2016-01-20 14:52:45 +01:00
Matthias Ringwald
665d90f25e prefixed all linked list types and functions with btstack_ 2016-01-20 14:50:38 +01:00
Matthias Ringwald
2c539f6e7e rename bk_linked_list_t to btstack_linked_list_t 2016-01-20 14:37:23 +01:00
Matthias Ringwald
4fd23d4738 rename bk_linked_list to btstack_linked_list 2016-01-20 14:34:04 +01:00
Matthias Ringwald
9e7db26d00 add hsp_hs.c 2016-01-17 22:19:28 +01:00
Matthias Ringwald
9796ebea28 hci_trasport: add type to hci transport config, update all ports 2016-01-06 23:02:46 +01:00
Matthias Ringwald
3e671d0e7d run_loop: only warn if add/remove data source is not implemented 2016-01-06 21:06:52 +01:00
Matthias Ringwald
a484130c09 run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
Matthias Ringwald
c6832aeae2 move wiced specific functionality to run_loop_wiced.h 2016-01-06 16:14:37 +01:00
Matthias Ringwald
52ab590be3 move wiced specific functionality to run_loop_wiced.h 2016-01-06 16:02:56 +01:00
Matthias Ringwald
13a2efaf0f wiced_ -> run_loop_wiced_ 2016-01-06 15:57:30 +01:00
Matthias Ringwald
a135f527a4 wiced: add .mk file 2016-01-06 15:32:27 +01:00
Matthias Ringwald
d163eef10d wiced: disable full packet log 2016-01-05 15:58:54 +01:00
Matthias Ringwald
3b15a9528f wiced: update readme 2016-01-05 15:14:34 +01:00
Matthias Ringwald
93c1977785 wiced: provide gatt update script in examples 2016-01-05 15:11:16 +01:00
Matthias Ringwald
1bf1365b63 wiced: create example apps and readme 2016-01-04 16:58:06 +01:00
Matthias Ringwald
1db8c91d3e wiced: collect all files in port/wiced 2016-01-04 15:32:37 +01:00
Matthias Ringwald
7cdb8a02d8 split wiced port into platform/wiced and port/redbear-duo 2015-12-23 16:22:20 +01:00
Matthias Ringwald
f7d1275892 move WICED_BT_UART_MANUAL_CTS_RTS hack to btstack-config.h 2015-12-23 16:12:33 +01:00
Matthias Ringwald
78baa15460 wiced: add files for LE peripheral 2015-12-23 16:04:05 +01:00
Matthias Ringwald
a3be5a335e h4 wiced: check CTS before sending with manual control 2015-12-23 16:03:19 +01:00
Matthias Ringwald
8bf4bd7613 WICED: support manual CTS/RTS control 2015-12-23 12:40:04 +01:00
Matthias Ringwald
ddac77b560 port for WICED platform using threads for HCI Transport H4 RX/TX 2015-12-23 11:17:04 +01:00