CHANGELOG.md (e55c05e30db4fcc97623b3f6bc5f580d1487d0ea) | CHANGELOG.md (cc92f22bee26a7cb6d2d16e105e8269f520f9968) |
---|---|
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--- 8 9## Unreleased 10 11### Added 12CC256x: With ENABLE_CC256X_ASSISTED_HFP, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz 13SDP Client RFCOMM: add `sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid` 14HFP AG/HSP AG: avoid connecting to remote service with same role 15 16### Fixed 17L2CAP: fix packet size check for incoming classic basic channels (regression introduced in v1.2.1) 18 | 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--- 8 9## Unreleased 10 11### Added 12CC256x: With ENABLE_CC256X_ASSISTED_HFP, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz 13SDP Client RFCOMM: add `sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid` 14HFP AG/HSP AG: avoid connecting to remote service with same role 15 16### Fixed 17L2CAP: fix packet size check for incoming classic basic channels (regression introduced in v1.2.1) 18 |
19### Changed 20HFP/GOEP Client/AVDTP/A2DP: return `SDP_SERVICE_NOT_FOUND` if no suitable SDP record is found 21 |
|
19## Release v1.2.1 20 21### Fixed 22- L2CAP: use connection handle for channel lookups 23- L2CAP: forward data only in open state 24 25### Changed 26- L2CAP: check packet size against local mtu for classic basic channels --- 668 unchanged lines hidden --- | 22## Release v1.2.1 23 24### Fixed 25- L2CAP: use connection handle for channel lookups 26- L2CAP: forward data only in open state 27 28### Changed 29- L2CAP: check packet size against local mtu for classic basic channels --- 668 unchanged lines hidden --- |