CHANGELOG.md (9816429debf33db7c63d94b38ed35a02e436c3af) CHANGELOG.md (22d445d87e539bf8e35142794a2ff9d005275890)
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8
9## Unreleased
10
11### Added
12- HCI: ENABLE_HCI_SERIALIZED_CONTROLLER_OPERATIONS serializes Inquiry, Remote Name Request and Create Connection operations
13- GAP: support extended advertising with ENABLE_LE_EXTENDED_ADVERTISING
14- GAP: gap_enable_link_watchdog() uses automatic flush timeout to disconnect if data cannot be sent
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8
9## Unreleased
10
11### Added
12- HCI: ENABLE_HCI_SERIALIZED_CONTROLLER_OPERATIONS serializes Inquiry, Remote Name Request and Create Connection operations
13- GAP: support extended advertising with ENABLE_LE_EXTENDED_ADVERTISING
14- GAP: gap_enable_link_watchdog() uses automatic flush timeout to disconnect if data cannot be sent
15- GAP: gap_secure_connections_active() to query if BR/EDR Secure Connecions are possible
15- ATT DB: provide gatt_server_get_handle_range_for_service_with_uuid16 to find included service within handle range
16- GATT Service: Audio Input Control Service Server (AICS 1.0)
17- GATT Service: Volume Control Service Server (VCS 1.0)
18
19### Fixed
20- POSIX: fix RTS/CTS configuration by keeping local termios copy in btstack_uart_posix
21- HCI: fix handling of HCI Connection Complete with error (regression introduced in v1.5.1)
22- GAP: disable scanning, advertising, connection before updating random address

--- 926 unchanged lines hidden ---
16- ATT DB: provide gatt_server_get_handle_range_for_service_with_uuid16 to find included service within handle range
17- GATT Service: Audio Input Control Service Server (AICS 1.0)
18- GATT Service: Volume Control Service Server (VCS 1.0)
19
20### Fixed
21- POSIX: fix RTS/CTS configuration by keeping local termios copy in btstack_uart_posix
22- HCI: fix handling of HCI Connection Complete with error (regression introduced in v1.5.1)
23- GAP: disable scanning, advertising, connection before updating random address

--- 926 unchanged lines hidden ---