#
5bb5bc3e |
| 16-Nov-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed packet logging functionality (hci_dump, hexdump) from hci transport implementations and use hci_dump in hci.c instead
|
#
fe475138 |
| 11-Nov-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add winsock2 for gethostname on win32
|
#
203bace6 |
| 10-Nov-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
release packet buffer after last acl fragment for synchronous HCI transport implementation
|
#
ec6321ee |
| 06-Nov-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
reserve buffer in front of incoming hci_packet buffer for h4 (posix, dma, dma+ehcill) and h2 libusb, and acl recombination buffer
|
#
3ac2fe56 |
| 13-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix regression from r2882
|
#
da886c03 |
| 10-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
le central handle connection update params
|
#
6c26b087 |
| 09-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
cap le acl buffer size, added hci function
|
#
452cf3bb |
| 05-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
implemented L2CAP packet framgentation (in hci.c)
|
#
210c6774 |
| 03-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix generated GAP_LE_ADVERTISING_REPORT
|
#
4f4b43f3 |
| 03-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
log locally generated gap le adv
|
#
23bed257 |
| 26-Sep-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
number of freed packets sanitized number of completed
|
#
c37a3166 |
| 21-Sep-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added gap_update_connection_parameters
|
#
bb69aaae |
| 04-Sep-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed cast for btstack_memory_X_get calls
|
#
3d7a3f67 |
| 04-Sep-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
move bt_control_iphone into platforms/ios/src
|
#
86805605 |
| 28-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
hci_shutdown_connection moved after calling the packet handler to give upper stack a chance to close down everything with hci_connection_t intact
|
#
cb00d3aa |
| 24-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix hci_number_free_acl_slots_for_handle to return num free classic slots if no le slots are available. Fixes issue #415
|
#
1bd5283d |
| 21-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
emit dedicated bonding complete after HCI connection is closed, fixed issue #412
|
#
9da54300 |
| 15-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use log_info instead of printf, remove trailing newline from log calls
|
#
d1dc057b |
| 15-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
corrected handling of advertising reports
|
#
219eea5f |
| 14-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile
|
#
ee303edd |
| 14-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep track of Classic and LE ACL slots seperately
|
#
e79abdd6 |
| 14-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace hci_number_free_acl_slots with hci_number_free_acl_slots_for_handle
|
#
d713a683 |
| 14-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use hci_can_send_prepared_acl_packet_now instead of hci_number_free_acl_slots
|
#
d94d3caf |
| 11-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use hci_can_send_command_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_COMMAND_DATA_PACKET)
|
#
ac928cc2 |
| 11-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
provide new hci_can_send_TYPE_packet_now functions
|