CHANGELOG.md (ad2a4692c451b45ed40b8802c81a530eb84526e6) | CHANGELOG.md (84e7d3b9ed832c3903c91ded626ba2aba9533c80) |
---|---|
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- SM: support pairing using Out-of-Band (OOB) data with LE Secure Connections 11- Embedded: support btstack_stdin via SEGGER RTT 12 13### Changed 14- att_db_util: added security requirement arguments to characteristic creators 15 16### 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## [Unreleased] 8 9### Added 10- SM: support pairing using Out-of-Band (OOB) data with LE Secure Connections 11- Embedded: support btstack_stdin via SEGGER RTT 12 13### Changed 14- att_db_util: added security requirement arguments to characteristic creators 15 16### Fixed |
17- hci: fix buffer overrun in gap_inquiry_explode 18- sdp: free service record item on sdp_unregister_service | 17- HFP: fix answer call command 18- HCI: fix buffer overrun in gap_inquiry_explode 19- SDP: free service record item on sdp_unregister_service |
19 20## Changes March 2018 21 22### Added 23- GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 24- ATT Server: support for delayed ATT read response, see example/att_delayed_read_response.c 25- ATT Server: allow to specify security requirements seperately for read/writes. .h files need to be regenerated 26 --- 82 unchanged lines hidden --- | 20 21## Changes March 2018 22 23### Added 24- GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 25- ATT Server: support for delayed ATT read response, see example/att_delayed_read_response.c 26- ATT Server: allow to specify security requirements seperately for read/writes. .h files need to be regenerated 27 --- 82 unchanged lines hidden --- |