#
701e3307 |
| 07-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: notify if SCO can send now - triggered by DAEMON_EVENT_HCI_PACKET_SEND and if can send sco now is true
|
#
3bc639ce |
| 06-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: notify if SCO can send now - if SCO flow control is enabled
|
#
9d04d3a7 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: add hci_can_send_acl_classic_packet_now and hci_can_send_acl_le_packet_now
|
#
2125de09 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: extracted hci_number_free_acl_slots_for_connection_type
|
#
54b584ff |
| 04-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: remove callback for local information - use hci_add_event_handler instead
|
#
d9a7306a |
| 04-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci/sm: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|
#
fb37a842 |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: replace hci_register_packet_handler with hci_add_event_handler
|
#
1ef6bb52 |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: dispatch events via callback registration
|
#
d6b06661 |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: add hci_add_event_handler, tunnel events through hci_emit_event and acl packets through hci_emit_acl_packet
|
#
a98592bc |
| 02-Feb-2016 |
Matthias Ringwald <[email protected]> |
split remote_device_db into btstack_link_key_db and btstack_device_name_db
|
#
91a977e8 |
| 01-Feb-2016 |
Matthias Ringwald <[email protected]> |
linked_list: stop using linked lit item context in hci, sm,bnep, and rfcomm
|
#
4f396e87 |
| 01-Feb-2016 |
Matthias Ringwald <[email protected]> |
remote name caching: moved from hci.c into daemon.c
|
#
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
|
#
24b3c629 |
| 24-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci_transport: cleanup struct, add init(void *transport_config)
|
#
cd724cb7 |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: better debug output for baud rate change
|
#
c0cdcfe7 |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: added local version information callback to allow for runtime driver selection
|
#
d0b87bef |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
ios: fix compile, streamine function names
|
#
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
|
#
46f70d84 |
| 22-Jan-2016 |
Matthias Ringwald <[email protected]> |
bt_control_t: drop hw error 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
|
#
c2cd0082 |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: enable hci_emit_btstack_version even if EMBEDDED
|
#
424d0b03 |
| 21-Jan-2016 |
Matthias Ringwald <[email protected]> |
hci: enable storing/retrieving device name even if EMBEDDED
|