CHANGELOG.md (fc6cde64da1ae59d3297ec16f431290c45445678) | CHANGELOG.md (d2ac43106a91f76e577120ea4b45893f8d7c660c) |
---|---|
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## [Unreleased] 8 9### Added 10- btstack_audio.h: application level API for audio playback and recording 11- embedded/hal_audio.h: low-level API for audio playback and recording 12- HID Device: hid_device_connect(..) function 13- ESP32: implement hal_audio 14- DA14585: support for Dialog Semiconductor DA14585 LE-only controller 15 16### 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## [Unreleased] 8 9### Added 10- btstack_audio.h: application level API for audio playback and recording 11- embedded/hal_audio.h: low-level API for audio playback and recording 12- HID Device: hid_device_connect(..) function 13- ESP32: implement hal_audio 14- DA14585: support for Dialog Semiconductor DA14585 LE-only controller 15 16### Changed |
17- SM: Generate new EC Public Keypair after each pairing | 17- Errata 10734: 18 - SM: Generate new EC Public Keypair after each pairing 19 - SM: Abort failure with DHKEY_CHECK_FAILED if received public key is invalid (instead of unspecified error) |
18- btstack.h: only include classic headers if ENABLE_CLASSIC is defined 19- windows: ignore virtual Bluetooth adapter provided by VMware 20- Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE 21 22## Changes June 2018 23 24### Fixed 25- HFP: Fix Wide Band Speech bit in SDP record for both HF/AG. Missing bit prevents macOS from using mSBC --- 134 unchanged lines hidden --- | 20- btstack.h: only include classic headers if ENABLE_CLASSIC is defined 21- windows: ignore virtual Bluetooth adapter provided by VMware 22- Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE 23 24## Changes June 2018 25 26### Fixed 27- HFP: Fix Wide Band Speech bit in SDP record for both HF/AG. Missing bit prevents macOS from using mSBC --- 134 unchanged lines hidden --- |