#
5e451dd1 |
| 11-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
streamline use of hci_can_send_packet_now_using_packet_buffer instead of hci_can_send_packet_now
|
#
206a9031 |
| 08-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling
|
#
2e440c8a |
| 08-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
corrected HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS handling
|
#
5fa0b7cf |
| 02-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add missing argument
|
#
9d14b626 |
| 30-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
check command could be sent before creating command packet, additional error messages
|
#
826f7347 |
| 30-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace hci_send_acl_packet(data,size) with hci_send_acl_packet_buffer(size) to document that ACL packet have to be prepared in the hci packet buffer
|
#
88789c61 |
| 28-Jul-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
move set of last_cmd_opcode into send baud rate command block
|
#
a2481739 |
| 07-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
prepare to move init sequence logic into hci_initializing_event_handler
|
#
6155b3d3 |
| 06-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
also extracted hci_initializing_event_handler
|
#
bd88fde9 |
| 06-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
extacted hci_initializing_state_machine
|
#
5127cc62 |
| 05-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
track opcode during HCI initialization
|
#
fe97d0a4 |
| 04-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
less hacks during boot-up
|
#
44935e40 |
| 02-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
extracted hci_power_transition_to_initializing, reset reserved hci when transition to initializing
|
#
97b61c7b |
| 01-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
release packet buffer if ACL send fails
|
#
1f479f8c |
| 01-Jul-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
better debug output for le connections
|
#
7586ee35 |
| 26-Jun-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
reboot Bluetooth on Hardware Error
|
#
e01fe8b6 |
| 26-Jun-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
test for advertising event with multiple reports
|
#
d31fba26 |
| 19-Jun-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
also trigger hci_run loop on disconnect all
|
#
04a6ef8c |
| 19-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
disconnect all connections when last client disconnects from daemon
|
#
f20168b8 |
| 15-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
re-enable bondable (regression from 2641)
|
#
74308b23 |
| 15-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep discoverable/connectable as this has been requested by the client(s)
|
#
dc277fca |
| 13-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add HACK to deal with duplicate HCI Reset Complete events seen on cheapo CSR8510 A10 USB Dongle
|
#
b2571179 |
| 07-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use le connection parameters from iOS 7.0.4
|
#
ef11999f |
| 07-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added le_central_set_scan_parameters
|
#
e2602ea2 |
| 07-Jun-2014 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
set le scan parameters from hci_stack
|