CHANGELOG.md (1579b82fa3ee01850461015b6ea5982c27b1bfe4) | CHANGELOG.md (7fdbaf795c836a47ec1edcd4774cd06df6629a0c) |
---|---|
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 12- GAP: support periodic advertising with ENABLE_LE_PERIODIC_ADVERTISING 13- GAP: support periodic inquiry mode with gap_inquiry_periodic_start 14- HFP: try next link setting for SCO connection failure with explicit SCO reject error 15- HFP HF: provide Calling Line Identification alpha field 16- HFP HF: emit HFP_SUBEVENT_TRANSMIT_DTMF_CODES after sending DTMF command 17 18### Fixed 19- GAP: fix gap_connect_cancel for gap_connect_with_whitelist | 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 12- GAP: support periodic advertising with ENABLE_LE_PERIODIC_ADVERTISING 13- GAP: support periodic inquiry mode with gap_inquiry_periodic_start 14- HFP: try next link setting for SCO connection failure with explicit SCO reject error 15- HFP HF: provide Calling Line Identification alpha field 16- HFP HF: emit HFP_SUBEVENT_TRANSMIT_DTMF_CODES after sending DTMF command 17 18### Fixed 19- GAP: fix gap_connect_cancel for gap_connect_with_whitelist |
20- GAP: fix race condition that causes duplicate authenticate request |
|
20- L2CAP: Fix accept incoming ERTM connection when Information Request already complete 21- HFP AG: activate all AG indicators upon service level connection establishment 22- HFP_AG: handle call termination in alerting call state 23- A2DP Sink: fix config API for AAC, ATRAC, and other codecs 24- SM: address update for non-resolvable private addresses 25 26### Changed 27- A2DP: new a2dp.c contains shared code of Sink and Source roles --- 952 unchanged lines hidden --- | 21- L2CAP: Fix accept incoming ERTM connection when Information Request already complete 22- HFP AG: activate all AG indicators upon service level connection establishment 23- HFP_AG: handle call termination in alerting call state 24- A2DP Sink: fix config API for AAC, ATRAC, and other codecs 25- SM: address update for non-resolvable private addresses 26 27### Changed 28- A2DP: new a2dp.c contains shared code of Sink and Source roles --- 952 unchanged lines hidden --- |