CHANGELOG.md (5dcb6ca76171651fe69c23e08ff6c6f87a646b79) | CHANGELOG.md (826c39d019dd27e2d6a5ad3875f4d5f322be7113) |
---|---|
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- SDP Server: queue incoming connections when already connected instead of rejecting them 11 12### Fixed 13- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist | 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- SDP Server: queue incoming connections when already connected instead of rejecting them 11 12### Fixed 13- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist |
14- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length |
|
14- HFP: decline incoming RFCOMM connection after outgoing connection was started 15 16## Changes September 2018 17 18### Fixed 19- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 20- 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 21- RFCOMM: Avoid use-after-free on channel finalize --- 175 unchanged lines hidden --- | 15- HFP: decline incoming RFCOMM connection after outgoing connection was started 16 17## Changes September 2018 18 19### Fixed 20- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 21- 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 22- RFCOMM: Avoid use-after-free on channel finalize --- 175 unchanged lines hidden --- |