CHANGELOG.md (92f8a0d7483fc14af987e7799c05d966bd90933a) | CHANGELOG.md (a61834b6cbb307210ba8d88dd91cc06cb0886ba7) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration 34- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 35 36### Fixed 37- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode` 38- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well 39- GAP: allow to disable link supervision timeout 40- GAP: fix `gap_connect` after `gap_connect_cancel` | 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 --- 24 unchanged lines hidden (view full) --- 33- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration 34- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 35 36### Fixed 37- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode` 38- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well 39- GAP: allow to disable link supervision timeout 40- GAP: fix `gap_connect` after `gap_connect_cancel` |
41- GAP: re-configure advertisements after power cycle |
|
41- HCI: handle start inquiry failure 42- L2CAP: fix create outgoing connection triggered in hci disconnect event callback 43- L2CAP: return unknown mandatory option in config response 44- AVRCP Target: fix notification changed event 45- HFP: Emit Audio Connection Released on SLC Release, e.g. remote power off 46- HFP HF: only emit single event for RING and AG Status updates 47- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 48- HFP: fix audio connection setup by HF if codec negotiation is supported --- 760 unchanged lines hidden --- | 42- HCI: handle start inquiry failure 43- L2CAP: fix create outgoing connection triggered in hci disconnect event callback 44- L2CAP: return unknown mandatory option in config response 45- AVRCP Target: fix notification changed event 46- HFP: Emit Audio Connection Released on SLC Release, e.g. remote power off 47- HFP HF: only emit single event for RING and AG Status updates 48- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 49- HFP: fix audio connection setup by HF if codec negotiation is supported --- 760 unchanged lines hidden --- |