CHANGELOG.md (3385451f57ed58d8cea27b319f7e60976ee65b4f) | CHANGELOG.md (acaa7cdab8e302d797c60e20d76cd5bedf8b4776) |
---|---|
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 | 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 |
10ATT Server: support for delayed ATT read response, see example/att_delayed_read_response.c | 10- GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 11- ATT Server: support for delayed ATT read response, see example/att_delayed_read_response.c 12- ATT Server: allow to specify security requirements seperately for read/writes. .h files need to be regenerated |
11 12### Changed | 13 14### Changed |
13- GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections | |
14 15### Fixed 16- RFCOMM: fix infinite loop on L2CAP connection error (regression from 4c3eeed1) 17- HSP HS: accept incomming SCO connection 18- SM: fix iteration over LE Device DB entries for bonding and address resolving 19 20## Changes February 2018 21 --- 74 unchanged lines hidden --- | 15 16### Fixed 17- RFCOMM: fix infinite loop on L2CAP connection error (regression from 4c3eeed1) 18- HSP HS: accept incomming SCO connection 19- SM: fix iteration over LE Device DB entries for bonding and address resolving 20 21## Changes February 2018 22 --- 74 unchanged lines hidden --- |