CHANGELOG.md (84dcd8f6cb7ca0aabe4cd19c186c1903c6bfc5d3) | CHANGELOG.md (fc6cde64da1ae59d3297ec16f431290c45445678) |
---|---|
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 18- btstack.h: only include classic headers if ENABLE_CLASSIC is defined 19- windows: ignore virtual Bluetooth adapter provided by VMware | 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 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 |
|
20 21## Changes June 2018 22 23### Fixed 24- HFP: Fix Wide Band Speech bit in SDP record for both HF/AG. Missing bit prevents macOS from using mSBC 25- ATT Server: send ATT_EVENT_HANDLE_VALUE_INDICATION_COMPLETE with status ATT_HANDLE_VALUE_INDICATION_DISCONNECT on disconnect 26- AVRCP Controller: fix parsing of now playing info 27 --- 131 unchanged lines hidden --- | 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 26- ATT Server: send ATT_EVENT_HANDLE_VALUE_INDICATION_COMPLETE with status ATT_HANDLE_VALUE_INDICATION_DISCONNECT on disconnect 27- AVRCP Controller: fix parsing of now playing info 28 --- 131 unchanged lines hidden --- |