CHANGELOG.md (f55bd52945f4ddd49af344f18580538ca5157f2b) | CHANGELOG.md (f299206d438b3c837025de8238c33a28f3d90fdd) |
---|---|
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- PBAP: added pbap_get_phonebook_size() to get phonebook entry count 11 12### Fixed 13- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices. 14- SM: fix pairing for Secure Connections with Bonding if remote sends additional keys 15- SM: drop LTK flag from Pairing Response for Secure Connections | 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- PBAP: added pbap_get_phonebook_size() to get phonebook entry count 11 12### Fixed 13- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices. 14- SM: fix pairing for Secure Connections with Bonding if remote sends additional keys 15- SM: drop LTK flag from Pairing Response for Secure Connections |
16- L2CAP: fix emitted L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST |
|
16 17## Changes June 2018 18 19### Added 20- btstack_audio.h: application level API for audio playback and recording 21- embedded/hal_audio.h: low-level API for audio playback and recording 22- HID Device: hid_device_connect(..) function 23- ESP32: implement hal_audio --- 149 unchanged lines hidden --- | 17 18## Changes June 2018 19 20### Added 21- btstack_audio.h: application level API for audio playback and recording 22- embedded/hal_audio.h: low-level API for audio playback and recording 23- HID Device: hid_device_connect(..) function 24- ESP32: implement hal_audio --- 149 unchanged lines hidden --- |