#
3dc3a67d |
| 06-Mar-2019 |
Matthias Ringwald <[email protected]> |
le_device_db: add secure connection field
|
#
beceedde |
| 05-Feb-2019 |
Matthias Ringwald <[email protected]> |
hci: only pause during halting if hci_halting_defer is called after receiving BTSTACK_EVENT_STATE
|
#
26fe9592 |
| 05-Feb-2019 |
Matthias Ringwald <[email protected]> |
hci: pause 500 ms during halting
|
#
760b20ef |
| 03-Feb-2019 |
Matthias Ringwald <[email protected]> |
hci: track outgoing / received SCO bytes to calculate num SCO slots used in controller
|
#
ce41473e |
| 01-Feb-2019 |
Matthias Ringwald <[email protected]> |
hci: unify num_acl_packets_sent + num_sco_packets_sent into single num_packets_sent in hci_connection_t
|
#
4cec6212 |
| 17-Jan-2019 |
Matthias Ringwald <[email protected]> |
hci: release outgoing buffer on disconnect if waiting to send another ACL fragment
|
#
b90f6e0a |
| 04-Jan-2019 |
Matthias Ringwald <[email protected]> |
gap: add gap_le_set_phy command
|
#
cd542ed6 |
| 02-Jan-2019 |
Matthias Ringwald <[email protected]> |
hci: check if LE Set Defaut PHY is supported
|
#
c9db5c21 |
| 12-Nov-2018 |
Milanka Ringwald <[email protected]> |
hci/gap: save the le connection interval on connection complete and connection update
|
#
f8ee3071 |
| 22-Oct-2018 |
Matthias Ringwald <[email protected]> |
hci/gap: support snif mode
|
#
3dce6128 |
| 22-Oct-2018 |
Matthias Ringwald <[email protected]> |
hci: track connection mode
|
#
c33e56d3 |
| 19-Oct-2018 |
Matthias Ringwald <[email protected]> |
gap: add gap_set_default_link_policy_settings
|
#
229331c6 |
| 06-Sep-2018 |
Matthias Ringwald <[email protected]> |
hci: free hci connection struct on error reported in hci command status event
|
#
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
|
#
beb20288 |
| 27-Aug-2018 |
Matthias Ringwald <[email protected]> |
att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c
|
#
fc6cde64 |
| 23-Jul-2018 |
Matthias Ringwald <[email protected]> |
Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE
|
#
d504181a |
| 05-Jul-2018 |
Matthias Ringwald <[email protected]> |
hci: avoid anonymous union
|
#
cbbb12d9 |
| 17-May-2018 |
Matthias Ringwald <[email protected]> |
att_server: add att_server_request_to_send_notification and att_server_request_to_send_indication
|
#
4ccd6018 |
| 15-May-2018 |
Austin Morton <[email protected]> |
hci: allow HCI_OUTGOING_PRE_BUFFER_SIZE to be overridden in btstack_config.h
|
#
f4c1746d |
| 19-Apr-2018 |
Matthias Ringwald <[email protected]> |
Merge branch 'develop-crypto' into develop
|
#
73cd8a2a |
| 06-Apr-2018 |
Matthias Ringwald <[email protected]> |
gap: handle HCI_SUBEVENT_LE_REMOTE_CONNECTION_PARAMETER_REQUEST
|
#
a0562c90 |
| 05-Apr-2018 |
Matthias Ringwald <[email protected]> |
sm: drop unused states
|
#
09ea1b62 |
| 30-Mar-2018 |
Matthias Ringwald <[email protected]> |
sm: rename sm_boding_requested to sm_pairing_requested
|
#
e8e7403e |
| 23-Feb-2018 |
Matthias Ringwald <[email protected]> |
att: support for delayed att read response
|
#
2b6ab3e6 |
| 01-Mar-2018 |
Matthias Ringwald <[email protected]> |
GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections
|