#
cabf004e |
| 17-Oct-2018 |
Matthias Ringwald <[email protected]> |
hci: send no hci commmands after hci disconnect
|
#
2c123282 |
| 10-Oct-2018 |
Matthias Ringwald <[email protected]> |
hci: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry
|
#
99449554 |
| 08-Oct-2018 |
Matthias Ringwald <[email protected]> |
hci: reject gap_inquiry_start if stack is not working
|
#
8aee7be2 |
| 24-Sep-2018 |
Milanka Ringwald <[email protected]> |
gap: introduce GIAC and LIAC, use gap_start_inquiry wrapper function
|
#
c57fa566 |
| 17-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: fix Classic-only compile
|
#
6bc9fa5e |
| 06-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: fix compile without ENABLE_CLASSIC
|
#
229331c6 |
| 06-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: free hci connection struct on error reported in hci command status event
|
#
0bbba85b |
| 06-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: extract hci_handle_connection_failed
|
#
532f91a5 |
| 05-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: fix regression from f5e5741d1 that prevents creating connections
|
#
068b8592 |
| 05-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: emit transport packet sent for some missing synchronous transport cases and on errors
|
#
e2d22487 |
| 05-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: call hci_release_packet_buffer() instead of setting it directly
|
#
fd43c0e0 |
| 05-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: extract hci_emit_transport_packet_sent()
|
#
f5e5741d |
| 05-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: return -1 if hci_create_connection was not sent to transport layer in hci_send_cmd_packet
|
#
bfea0222 |
| 05-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: move packet buffer release for synchronous connections up into hci_send_cmd_va_arg
|
#
d504181a |
| 05-Jul-2018 |
Matthias Ringwald <[email protected]> |
hci: avoid anonymous union
|
#
80117ceb |
| 16-Jun-2018 |
Matthias Ringwald <[email protected]> |
hci: ignore upper 4 bits for HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS
|
#
cd74063a |
| 31-May-2018 |
Matthias Ringwald <[email protected]> |
hci: use correct enum for pairing idle
|
#
a3069afe |
| 15-May-2018 |
Matthias Ringwald <[email protected]> |
hci: calculate sco_packet_length based on number of concurrent sco connections - fixes #129
|
#
cf119f3b |
| 15-May-2018 |
Matthias Ringwald <[email protected]> |
hci: calculate sco_packet_length based on number of concurrent sco connections - fixes #129
|
#
83d08d7c |
| 30-Apr-2018 |
Matthias Ringwald <[email protected]> |
gap: don't emit security level while security request is active. fixes l2cap disconnect caused by parallel SDP connection
|
#
06337f4f |
| 26-Apr-2018 |
Matthias Ringwald <[email protected]> |
hci: fix compile warning 'statement is unreachable'
|
#
a4e96e78 |
| 15-Apr-2018 |
Matthias Ringwald <[email protected]> |
hci: avoid compile error due to duplicate cases: HCI_INIT_W4_BCM_WRITE_SCO_PCM_INT == HCI_INIT_DONE-1
|
#
3e329ddf |
| 21-Jan-2018 |
andryblack <[email protected]> |
fix build without BLE
|
#
e4f5dd75 |
| 10-Apr-2018 |
Matthias Ringwald <[email protected]> |
hci: fix buffer overrun in gap_inquiry_explode
|
#
73cd8a2a |
| 06-Apr-2018 |
Matthias Ringwald <[email protected]> |
gap: handle HCI_SUBEVENT_LE_REMOTE_CONNECTION_PARAMETER_REQUEST
|