CHANGELOG.md (88a03c8d0148d7fc90fe73b0a91b480a1329aab2) CHANGELOG.md (4a659b0ecf2ec86a4cee54c9a19c78ec778f51d2)
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### Fixed
12### Added
13### Changed
14
15## Changes August 2020
16
17### Fixed
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### Fixed
12### Added
13### Changed
14
15## Changes August 2020
16
17### Fixed
18- ESP32: fix authentication for incoming Secure Connections
18
19### Added
20- `btstack_run_loop_base`: added `btstack_run_loop_base_dump_timer`
21- GAP: request role change for classic connection via `gap_request_role`
22### Changed
19
20### Added
21- `btstack_run_loop_base`: added `btstack_run_loop_base_dump_timer`
22- GAP: request role change for classic connection via `gap_request_role`
23### Changed
24- GAP: treat AES-CCM encrypted connection as muhtually authenticated (BIAS)
23
25
24
25## Changes July 2020
26
27### Fixed
28- AVDTP: fix invalid response for Get Capabilities request if Delay Reporting was supported
29- AVDTP: handle concurrent signaling establishment with reject and retry
30
31### Added
32- example/hid_host_demo: support reconnect from HID device

--- 562 unchanged lines hidden ---
26## Changes July 2020
27
28### Fixed
29- AVDTP: fix invalid response for Get Capabilities request if Delay Reporting was supported
30- AVDTP: handle concurrent signaling establishment with reject and retry
31
32### Added
33- example/hid_host_demo: support reconnect from HID device

--- 562 unchanged lines hidden ---