CHANGELOG.md (2c12328286d14d1734e7ca25a31bb7428c57bf16) | CHANGELOG.md (a8409e807e64501eed511af3a39f148e0658f912) |
---|---|
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- HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry 14- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist 15- 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- HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry 14- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist 15- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length |
16- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps | 16- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps 17- L2CAP ERTM: fix outgoing fragment management |
17- HFP: decline incoming RFCOMM connection after outgoing connection was started 18- AVRCP: fix crash on disconnect of connection established by remote 19 20## Changes September 2018 21 22### Fixed 23- HCI: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 24- L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled --- 179 unchanged lines hidden --- | 18- HFP: decline incoming RFCOMM connection after outgoing connection was started 19- AVRCP: fix crash on disconnect of connection established by remote 20 21## Changes September 2018 22 23### Fixed 24- HCI: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 25- L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled --- 179 unchanged lines hidden --- |