0e537d1e | 31-Jan-2016 |
Matthias Ringwald <[email protected]> |
move btstack_version.h to platform/daemon and only use by daemon |
f8fbdce0 | 31-Jan-2016 |
Matthias Ringwald <[email protected]> |
use little/big_endian_read/store_16/24/32 |
5611a760 | 30-Jan-2016 |
Matthias Ringwald <[email protected]> |
use for event types |
a4815874 | 29-Jan-2016 |
Matthias Ringwald <[email protected]> |
ancs_client: drop ancs_client_event_t |
78707112 | 28-Jan-2016 |
Matthias Ringwald <[email protected]> |
Merge branch 'master' into ble-api-cleanup |
24b3c629 | 24-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_transport: cleanup struct, add init(void *transport_config) |
80b9a8ca | 24-Jan-2016 |
Matthias Ringwald <[email protected]> |
add ENABLE_CLASSIC to all examples |
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 |
faa6c1f6 | 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds |
289689b7 | 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
bt_control: remove valid field |
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 |
e4950618 | 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
arduino: fix files to include |
77b4f63d | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
drop #define EMBEDDED |
0d529a9f | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
streamline btstack_config.h files |
2539bee6 | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
HAVE_HCI_DUMP -> ENABLE_LOG_INTO_HCI_DUMP |
d6549a6e | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
fix compile of l2cap/rfcomm-name examples |
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 |
1e598166 | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
ble: ancs_client_lib -> ancs_client, example: ancs_client -> ancs_client_demo |
56042629 | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_cmds -> hci_cmd |
986dfa11 | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_transport_h4_[ehcill_]_dma -> hci_transport_h4_[ehcill_]_embedded |
d4c40e65 | 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
use hci_transport_TYPE_instace() consistently. Fix iOS port build |
e9e0704f | 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
vesion.h -> btstack_version.h |
eb886013 | 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
fix missing bstack_ for struct data_source and struct timer. utils->btstack_util |