#
f8fbdce0 |
| 31-Jan-2016 |
Matthias Ringwald <[email protected]> |
use little/big_endian_read/store_16/24/32
|
#
24b3c629 |
| 24-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_transport: cleanup struct, add init(void *transport_config)
|
#
c0cdcfe7 |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: added local version information callback to allow for runtime driver selection
|
#
fb55bd0a |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const
|
#
3fb36a29 |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
chipset: remove all chipset functions from btstack_control.h and use from hci.c
|
#
c67501cb |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: add hci_set_chipset and set it for all ports
|
#
a1ffb867 |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: reserve additional byte after HCI Event for terminating \0
|
#
7907f069 |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
btstack-config.h -> btstack_config.h
|
#
a9a4c409 |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
structure btstack-config.h
|
#
56042629 |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_cmds -> hci_cmd
|
#
bcc59d6c |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_create_cmd_internal -> hci_cmd_create_from_template
|
#
eb886013 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
fix missing bstack_ for struct data_source and struct timer. utils->btstack_util
|
#
ec820d77 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
prefix data_source_t and timer_source_t with btstack
|
#
8f2a52f4 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
forgot to add files in earlier commit
|
#
af3c1ffe |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
rename bt_control_h top btstack_control.h
|
#
665d90f2 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
prefixed all linked list types and functions with btstack_
|
#
2c539f6e |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
rename bk_linked_list_t to btstack_linked_list_t
|
#
4fd23d47 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
rename bk_linked_list to btstack_linked_list
|
#
d0c20769 |
| 17-Jan-2016 |
Matthias Ringwald <[email protected]> |
Merge branch 'master' into ble-api-cleanup
|
#
b3aad8da |
| 16-Jan-2016 |
Matthias Ringwald <[email protected]> |
SCO: add hci_get_sco_packet_length to query SCO packet size needed for USB and use in hsp_hs_test
|
#
d210d9c4 |
| 14-Jan-2016 |
Matthias Ringwald <[email protected]> |
Merge branch 'master' into ble-api-cleanup
|
#
729ed62e |
| 14-Jan-2016 |
Matthias Ringwald <[email protected]> |
send write sco flow control enable if #HAVE_SCO_OVER_HCI
|
#
eb3a5314 |
| 04-Jan-2016 |
Matthias Ringwald <[email protected]> |
send baud rate command after downloading broadcom init script
|
#
53860077 |
| 02-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: set bd addr after init script to make it work with bcm
|
#
5f26aadc |
| 23-Dec-2015 |
Matthias Ringwald <[email protected]> |
implement l2cap timeout check for HAVE_TIME_MS
|