CHANGELOG.md (9a9a8dbd1ca54dc0ca84e5fe3bb9555a9ab6e827) | CHANGELOG.md (1f7e2e75d39ffd4962aedd79b983b282c16993fa) |
---|---|
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 | 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 |
12GAP: support for Classic Out-of-Band (OOB) via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 13GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data` 14GAP: emit `GAP_EVENT_LOCAL_OOB_DATA` | 12### Fixed 13### Changed 14 15 16## Release v1.3.1 17 18### Added 19GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 20GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` |
15HID Host: add profile, update `hid_host_demo.c` example 16 17### Fixed | 21HID Host: add profile, update `hid_host_demo.c` example 22 23### Fixed |
18L2CAP: make handling of hci disconnect more robust 19AVDTP: emit stream release for active stream if signaling is closed first, e.g. caused by hci disconnect | 24L2CAP: make handling of HCI disconnect more robust 25AVDTP: emit stream release for active stream if signaling connection is closed first, e.g. caused by HCI disconnect |
20AVRCP: fix issue when Controller and Target send at the same time 21 22### Changed 23A2DP, AVDTP: use `a2dp_source_set_config_{TYPE}` and `avdtp_config{TYPE}_store` to avoid large number of parameters 24 | 26AVRCP: fix issue when Controller and Target send at the same time 27 28### Changed 29A2DP, AVDTP: use `a2dp_source_set_config_{TYPE}` and `avdtp_config{TYPE}_store` to avoid large number of parameters 30 |
31 |
|
25## Release v1.3 26 27### Added 28CC256x: with ENABLE_CC256X_ASSISTED_HFP, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz 29BCM: with ENABLE_BCM_PCM_WBS, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz 30SDP Client RFCOMM: add `sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid` 31HFP: `ENABLE_HFP_AT_MESSAGES` lets HFP emit `HFP_SUBEVENT_AT_MESSAGE_SENT` and `HFP_SUBEVENT_AT_MESSAGE_RECEIVED` 32A2DP, AVDTP: provide capabilities and configuration events for A2DP codecs: SBC, MPEG Audio, MPEG AAC, ATRAC --- 700 unchanged lines hidden --- | 32## Release v1.3 33 34### Added 35CC256x: with ENABLE_CC256X_ASSISTED_HFP, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz 36BCM: with ENABLE_BCM_PCM_WBS, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz 37SDP Client RFCOMM: add `sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid` 38HFP: `ENABLE_HFP_AT_MESSAGES` lets HFP emit `HFP_SUBEVENT_AT_MESSAGE_SENT` and `HFP_SUBEVENT_AT_MESSAGE_RECEIVED` 39A2DP, AVDTP: provide capabilities and configuration events for A2DP codecs: SBC, MPEG Audio, MPEG AAC, ATRAC --- 700 unchanged lines hidden --- |