CHANGELOG.md (0f1da53350cb7fe9dadf1ce6a6eca1283954c73d) | CHANGELOG.md (14f2d8f08a28b8af193bc2e67ee1150c709692bf) |
---|---|
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 HF: provide Calling Line Identification alpha field 15- HFP HF: emit HFP_SUBEVENT_TRANSMIT_DTMF_CODES after sending DTMF command 16 17### Fixed | 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 HF: provide Calling Line Identification alpha field 15- HFP HF: emit HFP_SUBEVENT_TRANSMIT_DTMF_CODES after sending DTMF command 16 17### Fixed |
18- GAP: fix gap_connect_cancel for gap_connect_with_whitelist |
|
18- L2CAP: Fix accept incoming ERTM connection when Information Request already complete 19- HFP AG: activate all AG indicators upon service level connection establishment 20 21### Changed 22- A2DP: new a2dp.c contains shared code of Sink and Source roles 23- A2DP Sink: automatically configure stream endpoint for outgoing connections 24- HFP AG: drop unused number parameter from hfp_ag_outgoing_call_initiated 25- SM: pairing events indicate if LE Secure Connection will be used --- 949 unchanged lines hidden --- | 19- L2CAP: Fix accept incoming ERTM connection when Information Request already complete 20- HFP AG: activate all AG indicators upon service level connection establishment 21 22### Changed 23- A2DP: new a2dp.c contains shared code of Sink and Source roles 24- A2DP Sink: automatically configure stream endpoint for outgoing connections 25- HFP AG: drop unused number parameter from hfp_ag_outgoing_call_initiated 26- SM: pairing events indicate if LE Secure Connection will be used --- 949 unchanged lines hidden --- |