CHANGELOG.md (5db50aaad5b1b50d3f0645b052ed20baebdd39f3) | CHANGELOG.md (0c23bea1f51cb1a155c3521a81dea6558637ba2d) |
---|---|
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 | 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### Fixed 10- Crypto: fix lockup when stack is shutdown while waiting for result of HCI Command, e.g. LE Read Local P256 Public Key 11 12## Changes December 2018 13 |
|
9### Changed 10- L2CAP: provide channel mode (basic/ertm) and fcs option in L2CAP_EVENT_CHANNEL_OPENED 11- RFCOMM: support L2CAP ERTM. Callbacks passed to rfcomm_enable_l2cap_ertm() are used to manage ERTM buffers 12 13### Added 14- L2CAP: emit L2CAP_EVENT_ERTM_BUFFER_RELEASED if ERTM buffer not needed/used anymore 15- L2CAP: add fcs_option to ERTM config l2cap_ertm_config_t 16- HCI: validate advertisement data length field when generating GAP_EVENT_ADVERTISING_REPORT --- 233 unchanged lines hidden --- | 14### Changed 15- L2CAP: provide channel mode (basic/ertm) and fcs option in L2CAP_EVENT_CHANNEL_OPENED 16- RFCOMM: support L2CAP ERTM. Callbacks passed to rfcomm_enable_l2cap_ertm() are used to manage ERTM buffers 17 18### Added 19- L2CAP: emit L2CAP_EVENT_ERTM_BUFFER_RELEASED if ERTM buffer not needed/used anymore 20- L2CAP: add fcs_option to ERTM config l2cap_ertm_config_t 21- HCI: validate advertisement data length field when generating GAP_EVENT_ADVERTISING_REPORT --- 233 unchanged lines hidden --- |