CHANGELOG.md (44263cccdec3144ada9cc3ea89ea892e10748030) CHANGELOG.md (f55bd52945f4ddd49af344f18580538ca5157f2b)
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.
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
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
15
16## Changes June 2018
17
18### Added
19- btstack_audio.h: application level API for audio playback and recording
20- embedded/hal_audio.h: low-level API for audio playback and recording
21- HID Device: hid_device_connect(..) function
22- ESP32: implement hal_audio

--- 149 unchanged lines hidden ---
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 ---