CHANGELOG.md (826c39d019dd27e2d6a5ad3875f4d5f322be7113) | CHANGELOG.md (3b81f0d3adff30ebdac0ecdbed83e8e161072187) |
---|---|
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 | 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 |
15- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps |
|
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 --- | 16- HFP: decline incoming RFCOMM connection after outgoing connection was started 17 18## Changes September 2018 19 20### Fixed 21- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 22- 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 23- RFCOMM: Avoid use-after-free on channel finalize --- 175 unchanged lines hidden --- |