CHANGELOG.md (b58c6eb9050ca5824c198adc3fcd3384eba68af7) | CHANGELOG.md (cbbb12d994bd0c91688de48a85bc8d2e42a809ed) |
---|---|
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- GAP: re-encrypt outgoing connection if bonded 11- ATT Server: wait until re-encryption is complete 12- GATT Client: wait until re-encryption is complete | 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- GAP: re-encrypt outgoing connection if bonded 11- ATT Server: wait until re-encryption is complete 12- GATT Client: wait until re-encryption is complete |
13- ATT Server: added att_server_request_to_send_notification and att_server_request_to_send_indication |
|
13 14### Changed | 14 15### Changed |
16- ATT Server: att_server_register_can_send_now_callback is deprecated, use att_server_request_to_send_notification/indication instead |
|
15 16### Fixed 17- SM: Fix LE Secure Connection pairing in Central role 18- le_device_db_tlv: fix seq nr management 19- SM: improve le_device_db lookup and storing of IRK 20- GATT Server: fix lookup for Client Characteristic Configuration in services with multiple Characteristics 21 22## Changes April 2018 --- 105 unchanged lines hidden --- | 17 18### Fixed 19- SM: Fix LE Secure Connection pairing in Central role 20- le_device_db_tlv: fix seq nr management 21- SM: improve le_device_db lookup and storing of IRK 22- GATT Server: fix lookup for Client Characteristic Configuration in services with multiple Characteristics 23 24## Changes April 2018 --- 105 unchanged lines hidden --- |