CHANGELOG.md (80702f974ddb5c630bf5dd81eed9f27699da2a0c) | CHANGELOG.md (c7afb3cb727873f9e84837eee4bbd3b4d58a49ea) |
---|---|
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- GAP: support periodic advertising with ENABLE_LE_PERIODIC_ADVERTISING 13 14### Fixed 15- HFP AG: activate all AG indicators upon service level connection establishment 16 17### Changed | 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- GAP: support periodic advertising with ENABLE_LE_PERIODIC_ADVERTISING 13 14### Fixed 15- HFP AG: activate all AG indicators upon service level connection establishment 16 17### Changed |
18- A2DP: new a2dp.c contains shared code of Sink and Source roles 19- A2DP Sink: automatically configure stream endpoint for outgoing connections |
|
18 | 20 |
19 | |
20## Release v1.5.2 21 22### Added 23- GAP: ENABLE_HCI_SERIALIZED_CONTROLLER_OPERATIONS serializes Inquiry, Remote Name Request and Create Connection operations 24- GAP: support extended advertising with ENABLE_LE_EXTENDED_ADVERTISING 25- GAP: gap_enable_link_watchdog() uses automatic flush timeout to disconnect if data cannot be sent 26- GAP: gap_secure_connections_active() to query if BR/EDR Secure Connecions are possible 27- ATT DB: provide gatt_server_get_handle_range_for_service_with_uuid16 to find included service within handle range --- 939 unchanged lines hidden --- | 21## Release v1.5.2 22 23### Added 24- GAP: ENABLE_HCI_SERIALIZED_CONTROLLER_OPERATIONS serializes Inquiry, Remote Name Request and Create Connection operations 25- GAP: support extended advertising with ENABLE_LE_EXTENDED_ADVERTISING 26- GAP: gap_enable_link_watchdog() uses automatic flush timeout to disconnect if data cannot be sent 27- GAP: gap_secure_connections_active() to query if BR/EDR Secure Connecions are possible 28- ATT DB: provide gatt_server_get_handle_range_for_service_with_uuid16 to find included service within handle range --- 939 unchanged lines hidden --- |