CHANGELOG.md (36680482ae286412ad6855a67b92b3f5779b5a69) | CHANGELOG.md (2c12328286d14d1734e7ca25a31bb7428c57bf16) |
---|---|
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 | 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 |
|
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 16- HFP: decline incoming RFCOMM connection after outgoing connection was started 17- AVRCP: fix crash on disconnect of connection established by remote 18 19## Changes September 2018 20 --- 182 unchanged lines hidden --- | 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 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 --- 182 unchanged lines hidden --- |