4890 Commits

Author SHA1 Message Date
Matthias Ringwald
fef203c4a0 no ble yet for TC35661-501 2016-01-08 21:02:00 +01:00
Matthias Ringwald
1e6b9f669c Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-01-08 18:38:16 +01:00
Matthias Ringwald
4e9daa6f85 hci: handle result for baud change command TC3566x 2016-01-08 18:38:08 +01:00
Milanka Ringwald
ca6041f846 hfp: start extracting gsm model 2016-01-08 17:16:29 +01:00
Matthias Ringwald
c00f668648 Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-01-08 16:23:59 +01:00
Matthias Ringwald
45f33bb8c1 posix-tc35661 port 2016-01-08 16:23:50 +01:00
Matthias Ringwald
58cabe00f7 chipsets: basic support for Toshiba TC35661 2016-01-08 16:22:49 +01:00
Matthias Ringwald
0f97eae764 hci: handle late Command Complete for HCI Reset e.g. with TC35661 2016-01-08 14:07:42 +01:00
Milanka Ringwald
1864a6ab57 Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-01-07 17:27:20 +01:00
Milanka Ringwald
22a5bb82c5 hfp enabled all tests 2016-01-07 17:27:13 +01:00
Milanka Ringwald
a0fbd94432 hfp test: enable AG ECC 2016-01-07 17:16:34 +01:00
Milanka Ringwald
10c3a80d7a hfp test: enable AG ECS tests 2016-01-07 17:12:21 +01:00
Matthias Ringwald
25f2e3077c fix function prototype 2016-01-07 17:00:00 +01:00
Matthias Ringwald
36139edc2b fix compile 2016-01-07 16:52:58 +01:00
Matthias Ringwald
4d59a6a35b Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-01-07 16:50:42 +01:00
Matthias Ringwald
f36c2fcf34 hci: use params for hci_accept_synchronous_connection 2016-01-07 16:50:24 +01:00
Milanka Ringwald
0a81931800 hfp test: enabled all HF tests 2016-01-07 16:07:46 +01:00
Milanka Ringwald
8915264d72 hfp test: enable HF RHH 2016-01-07 15:56:10 +01:00
Milanka Ringwald
75cc07684c hfp test: enable HF ECC 2016-01-07 15:54:02 +01:00
Milanka Ringwald
bb83c570c8 hfp test: enable HF ECS 2016-01-07 15:49:39 +01:00
Milanka Ringwald
d5e336aa5e hfp test: HF TWC enabled 2016-01-07 15:43:11 +01:00
Milanka Ringwald
4aa381f5a6 hfp test: added AG ECS, ECC, RHH PTS-test sequences 2016-01-07 14:11:03 +01:00
Milanka Ringwald
7dcedcaaed hfp: fixed send indicator command 2016-01-07 14:09:31 +01:00
Matthias Ringwald
ff839116f5 hci_transport_h4.c -> hci_transport_h4_posix.c 2016-01-07 10:42:11 +01:00
Matthias Ringwald
02b5fb40f3 hci_transport_h4.c -> hci_transport_h4_posix.c 2016-01-07 10:24:18 +01:00
Matthias Ringwald
2b5067ded8 hci_transport: check type of transport config before accessing baud rates 2016-01-07 10:18:04 +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
f89ed3dce5 fix compile 2016-01-06 23:01:06 +01:00
Matthias Ringwald
643e650146 fix compile 2016-01-06 22:59:05 +01:00
Matthias Ringwald
1420b335f6 fix compile 2016-01-06 22:58:06 +01:00
Matthias Ringwald
def2783fb9 linked_list -> bk_linked_list 2016-01-06 22:37:45 +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
7a33c82fe7 add preliminary info on RedBear Duo, Wiced port, support for Broadcom chipsets 2016-01-06 21:01:55 +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
Milanka Ringwald
3f6ba9cd4a hfp hf: add TWC, ECC test sequences 2016-01-06 17:30:32 +01:00
Milanka Ringwald
d74e11ce15 hfp: fix compile 2016-01-06 16:36:23 +01:00
Matthias Ringwald
3e39f9f6b5 cocoa_ -> run_loop_cocoa_ 2016-01-06 16:27:49 +01:00
Matthias Ringwald
8a5131287b move run loop embedded specific functionality to run_loop_embedded.h 2016-01-06 16:18:32 +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
420c236ebc fix printf compile warning 2016-01-06 15:57:12 +01:00
Matthias Ringwald
ecf785d8ed fix accidental commit 2016-01-06 15:56:50 +01:00
Matthias Ringwald
a1e2369fb8 posix_ -> run_loop_posix_ 2016-01-06 15:43:31 +01:00
Matthias Ringwald
829afdbecc embedded_ -> run_loop_embedded_ 2016-01-06 15:33:56 +01:00
Matthias Ringwald
a135f527a4 wiced: add .mk file 2016-01-06 15:32:27 +01:00
Matthias Ringwald
d398ec02f8 use basename + .pklg as outname for create_packet_log tool 2016-01-06 11:36:16 +01:00
Matthias Ringwald
a449c50a68 remove hand out credit code in l2cap/rfcomm. 2016-01-05 17:21:16 +01:00
Matthias Ringwald
c6d1dbed3c add COMPANY_ID_ for supported manufacturers 2016-01-05 16:22:13 +01:00
Matthias Ringwald
30ea30c420 remove merge artefacts 2016-01-05 16:05:04 +01:00