4862 Commits

Author SHA1 Message Date
Matthias Ringwald
b86fe33f44 libusb: make compile without SCO 2016-01-27 15:30:31 +01:00
Matthias Ringwald
fa8a3a246f libusb: remove unused define 2016-01-27 15:29:54 +01:00
Matthias Ringwald
24b3c62931 hci_transport: cleanup struct, add init(void *transport_config) 2016-01-24 20:10:17 +01:00
Matthias Ringwald
67e0331a16 libusb: fix compile 2016-01-24 19:12:10 +01:00
Matthias Ringwald
4af9a48d93 Merge branch 'master' into ble-api-cleanup 2016-01-24 19:11:51 +01:00
Matthias Ringwald
1aba866f2c add SCO handle to HSP_SUBEVENT_AUDIO_CONNECTION_COMPLETE 2016-01-24 19:07:46 +01:00
Matthias Ringwald
9cae807ed4 Merge branch 'master' into ble-api-cleanup 2016-01-24 18:18:54 +01:00
Matthias Ringwald
80b9a8caa6 add ENABLE_CLASSIC to all examples 2016-01-24 18:09:29 +01:00
Matthias Ringwald
26a5de6f3c csr: add another pskey that could help for SCO over HCI 2016-01-22 22:34:47 +01:00
Matthias Ringwald
cd724cb720 hci: better debug output for baud rate change 2016-01-22 22:23:31 +01:00
Matthias Ringwald
593df0d91a csr: fix baudrate change 2016-01-22 22:22:41 +01:00
Matthias Ringwald
fc62ef06d9 csr: try to enable SCO over HCI - doesn't work with tested CSR8811 inside BTM805 2016-01-22 21:58:35 +01:00
Matthias Ringwald
2c2bf480af posix-h4: autodetect TI CC256x, CSR, STM STLC2500d, TC2566x chipsets 2016-01-22 21:07:13 +01:00
Matthias Ringwald
c0cdcfe728 hci: added local version information callback to allow for runtime driver selection 2016-01-22 20:55:43 +01:00
Matthias Ringwald
19084a7dda add missing const specifiers 2016-01-22 17:52:43 +01:00
Matthias Ringwald
d0b87bef91 ios: fix compile, streamine function names 2016-01-22 17:44:04 +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
46f70d846f bt_control_t: drop hw error field 2016-01-22 16:38:35 +01:00
Matthias Ringwald
a9d55de2af bt_control_t: drop name field 2016-01-22 16:37:22 +01:00
Matthias Ringwald
289689b72b bt_control: remove valid field 2016-01-22 16:35:02 +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
58360f586d chipset: add btstack_chipset to all chipset drivers 2016-01-22 14:33:46 +01:00
Matthias Ringwald
e495061840 arduino: fix files to include 2016-01-22 14:32:57 +01:00
Matthias Ringwald
07508f182a posix-tc3566x: fix compile 2016-01-22 14:32:28 +01:00
Matthias Ringwald
9241065141 fix wiced compile 2016-01-22 13:57:45 +01:00
Matthias Ringwald
0af2bb27be add btstack_chipset_t 2016-01-22 11:19:59 +01:00
Matthias Ringwald
77b4f63d67 drop #define EMBEDDED 2016-01-21 22:53:31 +01:00
Matthias Ringwald
1f5f40f9ae rfcomm: enable rfcomm_dump_channels even if EMBEDDED 2016-01-21 22:51:11 +01:00
Matthias Ringwald
c2cd0082f9 hci: enable hci_emit_btstack_version even if EMBEDDED 2016-01-21 22:50:17 +01:00
Matthias Ringwald
424d0b0379 hci: enable storing/retrieving device name even if EMBEDDED 2016-01-21 22:48:14 +01:00
Matthias Ringwald
4a3574a14e hci: use packet buffer for call to remote device db when storing name 2016-01-21 22:33:58 +01:00
Matthias Ringwald
a1ffb867e1 hci: reserve additional byte after HCI Event for terminating \0 2016-01-21 22:33:27 +01:00
Matthias Ringwald
235f65ff31 remove EMBEDDED guard in src/btstack_util.c 2016-01-21 22:33:03 +01:00
Matthias Ringwald
e7e7af7b67 remove EMBEDDED guard in btstack_debug.h 2016-01-21 22:21:26 +01:00
Matthias Ringwald
93bcd4d016 only use hostname for daemon 2016-01-21 22:19:02 +01:00
Matthias Ringwald
43ed83b192 drop use of exit in rum_loop.c 2016-01-21 22:13:10 +01:00
Matthias Ringwald
b9248aa7fb drop unneccesary EMBEDDED guart in run_loop_embeded.c 2016-01-21 22:11:53 +01:00
Matthias Ringwald
eb443d3d86 add HAVE_POSIX_FILE_IO to suitable ports and use in hci_dump 2016-01-21 22:09:01 +01:00
Matthias Ringwald
0d529a9fd2 streamline btstack_config.h files 2016-01-21 21:56:56 +01:00
Matthias Ringwald
2539bee62f HAVE_HCI_DUMP -> ENABLE_LOG_INTO_HCI_DUMP 2016-01-21 21:27:06 +01:00
Matthias Ringwald
d6549a6e45 fix compile of l2cap/rfcomm-name examples 2016-01-21 21:20:22 +01:00
Matthias Ringwald
423a3e4940 add HAVE_PLATFORM_IPHONE_OS. remove USE_BLUETOOL and USE_POWERMANAGEMENT 2016-01-21 21:13:31 +01:00
Matthias Ringwald
8f1b6c7162 use _ instead of - in file names 2016-01-21 15:47:16 +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
Milanka Ringwald
c4f23c26de fix compile 2016-01-21 15:21:29 +01:00
Milanka Ringwald
ee518282ae hfp gsm: last dialed stired as global 2016-01-21 15:20:11 +01:00
Matthias Ringwald
c953b8dd2f fix missing ancs_client_lib -> ancs_client 2016-01-21 15:13:35 +01:00