CHANGELOG.md (93d791b29f8b95bbe479926b8d97ef80c03fec42) | CHANGELOG.md (ef07b2dc0f67c650b7e6175ec63d44f3244f00a9) |
---|---|
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- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist |
|
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 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 --- 174 unchanged lines hidden --- | 11 12## Changes September 2018 13 14### Fixed 15- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 16- 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 17- RFCOMM: Avoid use-after-free on channel finalize 18- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly --- 174 unchanged lines hidden --- |