6204 Commits

Author SHA1 Message Date
Matthias Ringwald
1934b58658 doc: tidy function signature, improve api parser 2017-01-10 13:56:21 +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
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
1a919128ef sco_util: more test modes, print incorrect received bytes in red 2016-12-19 14:35:28 +01:00
Matthias Ringwald
48093f1910 docs: fix CC256x table 2016-12-14 15:22:09 +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
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
Matthias Ringwald
06ee659a5c cc256x: only convert individual files instead processing all *.bts files 2016-12-14 11:32:40 +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
Matthias Ringwald
6ab4420a83 cc256x: list unified 'aka' init script version 2016-12-13 22:17:22 +01:00
Matthias Ringwald
439b93a15d chipsets: add CC256xC 2016-12-13 21:47:51 +01:00
Matthias Ringwald
69316fe8e4 cc256x: fixes Makefile.inc, cleanup conversion script 2016-12-13 21:41:47 +01:00
Matthias Ringwald
638e16f3df cc256x: support CC256xB v1.5 and CC256xC v1.0 service packs 2016-12-13 15:47:10 +01:00
Matthias Ringwald
0e62b7a5c0 hfp_ag: use address string instead of address in hex 2016-12-08 11:50:26 +01:00
Matthias Ringwald
b1b4c413d5 readme: mention iAP2 support 2016-12-08 10:34:01 +01:00
Matthias Ringwald
1f4116c166 libusb: fix compile 2016-12-05 22:38:19 +01:00
Joep Moritz
a09e374ceb libusb: cancel outstanding SCO transfers, too. 2016-12-05 22:18:32 +01:00
Matthias Ringwald
6769b4c35a rtos: generate overlay structure in platform/rtos instead of single file 2016-12-02 16:29:42 +01:00
Matthias Ringwald
f54850a92d add API_START/API_END to linked list and util 2016-12-02 16:28:36 +01:00
Matthias Ringwald
68dacca219 nr5-zephyr: use hci_firmware.patch, fix build 2016-12-02 12:53:55 +01:00
Matthias Ringwald
32d5309e57 posix-h4: don't print local name if read command failed 2016-12-02 11:45:08 +01:00
Matthias Ringwald
f511cefa8c l2cap: always use non-flushable packets for le connections 2016-12-02 11:36:14 +01:00
Matthias Ringwald
6bef4003fb hci: limit num hci commands to 1 to reduce complexity 2016-12-01 22:46:30 +01:00
Matthias Ringwald
1dd2ed97dc generate mutex lock wrapper around all btstack api for use with rtos 2016-11-30 22:28:33 +01:00
Matthias Ringwald
94be1a6633 provide _va_arg type variants for hci_send_cmd and hci_dump_log 2016-11-30 22:15:40 +01:00
Matthias Ringwald
74dbc779e1 docs: fix return type for generated index 2016-11-30 22:13:01 +01:00
Matthias Ringwald
a1dc4edb43 stdin: add btstack_stdin_read() and use in examples 2016-11-30 11:29:55 +01:00
Matthias Ringwald
d198cb2001 stdin: drop unused blocking helper functions btstack_stdin_query_int and btstack_stdin_query_hex 2016-11-30 11:10:13 +01:00
Matthias Ringwald
cd7b9db232 example: fix path to SBC files - avoid .o in src folder 2016-11-29 16:49:27 +01:00
Matthias Ringwald
fd9ea8fd04 libusb: fix compile on windows 2016-11-27 17:01:51 +01:00
Matthias Ringwald
1b2aa976d8 libusb: properly cancel outstanding transfers 2016-11-23 23:15:02 +01:00
Matthias Ringwald
3a6673b69a fix build for classic-only 2016-11-22 15:27:28 +01:00
Matthias Ringwald
5106e6dc65 hci: try to re-enable advertisements in slave role 2016-11-22 15:23:42 +01:00
Matthias Ringwald
18707219a5 att_server: move state into hci_connection_t to handle multiple ATT clients 2016-11-21 16:30:18 +01:00
Matthias Ringwald
3bdbb0eac8 battery_service: use battery_value_client_configuration_connection for notify 2016-11-21 16:28:44 +01:00
Matthias Ringwald
334126b319 sm: provide le_device_db_index in SM_EVENT_IDENTITY_RESOLVING_SUCCEEDED again 2016-11-21 16:24:45 +01:00
Matthias Ringwald
273591ab9d update chipset table, profiles and protocols more compact 2016-11-19 22:32:44 +01:00
Matthias Ringwald
29c2a6e312 docs: review, more on baud rate changes 2016-11-19 22:04:58 +01:00
Matthias Ringwald
7a656c7926 docs: fix path to imag 2016-11-18 18:20:25 +01:00
Matthias Ringwald
35e00af028 docs: move chipsets.md to chipsets/README.md, add to manual 2016-11-18 18:16:17 +01:00
Matthias Ringwald
4f8a906506 docs: add toshiba section, extend table 2016-11-18 18:04:00 +01:00