CHANGELOG.md (f8c73803a8abebdf4cc5a614b9f69627db5e5971) | CHANGELOG.md (83a3b001b5c32ee1fbae7eebb41585d128f21413) |
---|---|
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- GATT Service: Broadcast Audio Scan Service Server and Client (BASS 1.0) 13- hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_* 14 15### Fixed 16- ESP32: fix init for BR/EDR Only mode 17- GAP: reload LE Resolving List after power-cycle | 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- GATT Service: Broadcast Audio Scan Service Server and Client (BASS 1.0) 13- hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_* 14 15### Fixed 16- ESP32: fix init for BR/EDR Only mode 17- GAP: reload LE Resolving List after power-cycle |
18- GAP: seting LE Scan Response for data that needs to be fragmented | 18- GAP: setting LE Scan Response for data that needs to be fragmented |
19- SM: fix pairing process with active ATT communication 20 21### Changed 22- Mesh: move GATT Services into src/mesh/gatt-service 23- LE Audio: move GATT Services into src/le-audio/gatt-service 24- SM: delete bonding information for existing device with BD_ADDR, on new pairing with different IRK 25- GAP: reload LE Filterlist and Periodic Advertiser List after power-cycle | 19- SM: fix pairing process with active ATT communication 20 21### Changed 22- Mesh: move GATT Services into src/mesh/gatt-service 23- LE Audio: move GATT Services into src/le-audio/gatt-service 24- SM: delete bonding information for existing device with BD_ADDR, on new pairing with different IRK 25- GAP: reload LE Filterlist and Periodic Advertiser List after power-cycle |
26- libusb: improve implementation |
|
26 27## Release v1.5.4 28 29### Added 30- HFP HF: send custom AT command with hfp_hf_send_at_command 31- HFP HF: terminate held calls with hfp_hf_terminate_held_calls 32- HFP HF: provide Call Waiting information alpha field 33- HFP HF: add hfp_hf_set_default_microphone_gain and hfp_hf_set_set_default_speaker_gain for SLC --- 1001 unchanged lines hidden --- | 27 28## Release v1.5.4 29 30### Added 31- HFP HF: send custom AT command with hfp_hf_send_at_command 32- HFP HF: terminate held calls with hfp_hf_terminate_held_calls 33- HFP HF: provide Call Waiting information alpha field 34- HFP HF: add hfp_hf_set_default_microphone_gain and hfp_hf_set_set_default_speaker_gain for SLC --- 1001 unchanged lines hidden --- |