6526 Commits

Author SHA1 Message Date
Matthias Ringwald
11cb6f2da3 winusb: basically working 2017-01-09 16:14:50 +01:00
Matthias Ringwald
1e15430263 hci_dump: log sco to stdout, use O_BINART and 0755 file permission on win32 2017-01-09 15:53:45 +01:00
Matthias Ringwald
83f31aa4d7 sco sending implemented but not working 2017-01-09 10:57:59 +01:00
Matthias Ringwald
c83b02157f example/panu_demo: fix unused argument warnings 2017-01-07 22:11:48 +01:00
Matthias Ringwald
c9bf9c270c bnep: forward Ethernet packet to registered client 2017-01-07 22:11:32 +01:00
Matthias Ringwald
1bde12b42f Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-01-07 21:46:09 +01:00
Matthias Ringwald
eb8fc74029 examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
Matthias Ringwald
f9644fc508 process transfers in correct order - use single active data source 2017-01-06 17:27:18 +01:00
Matthias Ringwald
f258f41689 tests to manually schedule transfers, try processing transfers in correct order 2017-01-06 16:59:51 +01:00
Matthias Ringwald
e29e1f07a3 also free ISO data buffers 2017-01-05 17:34:32 +01:00
Matthias Ringwald
cea08008b9 implement usb close 2017-01-05 17:28:25 +01:00
Matthias Ringwald
83159bb637 Probe all USB devices, check Class, SubClass, and Protocol 2017-01-05 17:10:20 +01:00
Matthias Ringwald
51a84de64a setup iso transfer after scanning for endpoints 2017-01-05 15:45:07 +01:00
Matthias Ringwald
988201648f scan for endpoints 2017-01-05 15:35:19 +01:00
Matthias Ringwald
5da690179b windows: USB implementation based on WinUSB 2017-01-04 21:59:26 +01:00
Matthias Ringwald
036dc6b8c0 windows: use 100 instead of 20 handles in runloop 2017-01-04 21:56:52 +01:00
Milanka Ringwald
000b53bc60 send set configuration 2017-01-04 17:51:40 +01:00
Milanka Ringwald
a85cbb87fc send media codec caps to app 2017-01-04 15:13:07 +01:00
Milanka Ringwald
5df46464e3 send event sep found 2017-01-04 11:10:45 +01:00
Milanka Ringwald
82059260d2 sink initiator: discover 2017-01-03 15:50:35 +01:00
Milanka Ringwald
aa0799ab6c acp: implement bad media transport format 2017-01-03 12:29:08 +01:00
Milanka Ringwald
a1242ad483 fix firing bad length error 2017-01-03 11:53:37 +01:00
Matthias Ringwald
b49b524c9b Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-01-01 21:39:19 +01:00
Matthias Ringwald
9e889c28d8 ios: drop armv6, update compile instructions 2017-01-01 21:32:02 +01:00
Matthias Ringwald
f22209df62 fix unused params warnings 2016-12-22 22:46:20 +01:00
Matthias Ringwald
d066298299 fix unused params warnings 2016-12-22 22:44:50 +01:00
Matthias Ringwald
9ec2630ce4 fix unused parameters warning 2016-12-22 22:16:16 +01:00
Matthias Ringwald
fecc923b73 avoid warning in battery_service_server 2016-12-22 17:54:09 +01:00
Milanka Ringwald
feb5f0ceb6 reject bad length 2016-12-21 16:51:36 +01:00
Milanka Ringwald
76ccdd8c99 reject invalid suspend sink acp 2016-12-21 16:42:32 +01:00
Milanka Ringwald
2c137daffd reject open and start stream if bad state 2016-12-20 11:17:23 +01:00
Matthias Ringwald
8084ae4a58 cc256x: fix compile by incl. btstack_chipset_cc256x.h in generated init script files 2016-12-19 16:12:43 +01:00
Matthias Ringwald
2b39b77181 Merge branch 'windows-h4' of https://github.com/bluekitchen/btstack into windows-h4 2016-12-19 15:35:38 +01:00
Matthias Ringwald
c7e2dea5df windows-h4: verify cc256x lm- subversion 2016-12-19 15:35:15 +01:00
Matthias Ringwald
5c7fd12999 Merge branch 'develop' into windows-h4 2016-12-19 15:28:16 +01:00
Matthias Ringwald
1a919128ef sco_util: more test modes, print incorrect received bytes in red 2016-12-19 14:35:28 +01:00
Milanka Ringwald
479a52ee79 reject invalid reconfigure 2016-12-14 16:54:02 +01:00
Matthias Ringwald
48093f1910 docs: fix CC256x table 2016-12-14 15:22:09 +01:00
Milanka Ringwald
e900f5b791 reject get congiguration for bad seid 2016-12-14 15:05:50 +01:00
Matthias Ringwald
8d676818aa port/msp430f229: disable ble_server example due to increase in rom size 2016-12-14 14:34:59 +01:00
Matthias Ringwald
4f537631e3 docs: update cc256x info 2016-12-14 14:29:27 +01:00
Matthias Ringwald
65aee4ee6a cc256x: add check for manufacturer and lmp_subversion to ports with cc256x 2016-12-14 14:14:46 +01:00
Matthias Ringwald
ed5d91bab6 cc256x: provide btstack_chipset_cc256x_lmp_subversion(), validate in posix-h4 port 2016-12-14 12:31:16 +01:00
Milanka Ringwald
c94d58dc88 reject set configuration if sep in use 2016-12-14 12:04:47 +01:00
Matthias Ringwald
755bc58582 hci: remove hci_set_local_version_information_callback (use hci_add_event_handler instead) 2016-12-14 11:50:46 +01:00
Milanka Ringwald
deeb51ce0e corner case: no stream endpoints 2016-12-14 11:33:13 +01:00
Matthias Ringwald
06ee659a5c cc256x: only convert individual files instead processing all *.bts files 2016-12-14 11:32:40 +01:00
Milanka Ringwald
ea80deb86f move error handling attrs from stream point to connection 2016-12-14 11:22:37 +01:00
Matthias Ringwald
37da03da17 cc256x: fetch CC256xB v1.5 and CC256xC v1.0 from BlueKitchen site, only extract individual files from .zips 2016-12-14 10:50:55 +01:00
Matthias Ringwald
73ff2b1c17 cc256x: map aka to lmp_subversion and provide generated init script 2016-12-13 22:35:30 +01:00