CHANGELOG.md (cfd2437ec63a01d0af049500b4a1d2d2cf8bad03) | CHANGELOG.md (93d791b29f8b95bbe479926b8d97ef80c03fec42) |
---|---|
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 10## Changes September 2018 11 12### Fixed 13- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 14- RFCOMM: Trigger l2cap request to send on rfcomm credits when client is waiting to sendtrigger l2cap request to send on rfcomm credits when client is waiting to send | 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 10## Changes September 2018 11 12### Fixed 13- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 14- RFCOMM: Trigger l2cap request to send on rfcomm credits when client is waiting to sendtrigger l2cap request to send on rfcomm credits when client is waiting to send |
15- RFCOMM: Avoid use-after-free on channel finalize |
|
15- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly | 16- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly |
17- L2CAP: Check can send now before sending extended information requeste needed for ERTM mode |
|
16- GATT Client: stop timer on disconnect - fixes use after free / crash 17- L2CAP: Use valid signaling identifier for L2CAP Connection Parameter Update Request 18 19### Added 20- A2DP Source: Support stream reconfiguration (a2dp_source_reconfigure_stream_sampling_frequency) 21 22## Changes August 2018 23 --- 165 unchanged lines hidden --- | 18- GATT Client: stop timer on disconnect - fixes use after free / crash 19- L2CAP: Use valid signaling identifier for L2CAP Connection Parameter Update Request 20 21### Added 22- A2DP Source: Support stream reconfiguration (a2dp_source_reconfigure_stream_sampling_frequency) 23 24## Changes August 2018 25 --- 165 unchanged lines hidden --- |