sdp_server: queue incoming connections when already connected instead of rejecting them

This commit is contained in:
Matthias Ringwald 2018-10-03 12:53:29 +02:00
parent a997575e66
commit 2b6d34f42e

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- SDP Server: queue incoming connections when already connected instead of rejecting them
### Fixed
- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
- HFP: decline incoming RFCOMM connection after outgoing connection was started