CHANGELOG.md (eaaad3b7fb3781253244a9928aaa35626d3c7140) | CHANGELOG.md (981e6ebfb3c3a54b6b2c3f8f80ff7dd68891fcce) |
---|---|
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 | 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## Fixed 13## Changed 14 15## Release v1.5.5 16 |
|
11### Added | 17### 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_* | 18- hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_* |
19- GATT Service: Broadcast Audio Scan Service Server and Client (BASS 1.0) |
|
14- example/a2dp_source_demo: add command to scan and connect to Bluetooth speaker by class of device 15 16### Fixed | 20- example/a2dp_source_demo: add command to scan and connect to Bluetooth speaker by class of device 21 22### Fixed |
17- ESP32: fix init for BR/EDR Only mode | |
18- GAP: reload LE Resolving List after power-cycle | 23- GAP: reload LE Resolving List after power-cycle |
19- GAP: setting LE Scan Response for data that needs to be fragmented | 24- GAP: fix setting of LE Scan Response for data that needs to be fragmented |
20- SM: fix pairing process with active ATT communication | 25- SM: fix pairing process with active ATT communication |
21 | 26- ESP32: fix init for BR/EDR Only mode 27- ESP32: fix audio driver for sink + source mode 28- ESP32: fixes for ESP-IDF v5.x 29- ESP32: fix compile of non-BTstack examples after adding components/btstack 30 |
22### Changed | 31### Changed |
32- GAP: reload LE Filterlist and Periodic Advertiser List after power-cycle 33- SM: delete bonding information for existing device with BD_ADDR on new pairing with different IRK |
|
23- Mesh: move GATT Services into src/mesh/gatt-service 24- LE Audio: move GATT Services into src/le-audio/gatt-service | 34- Mesh: move GATT Services into src/mesh/gatt-service 35- LE Audio: move GATT Services into src/le-audio/gatt-service |
25- SM: delete bonding information for existing device with BD_ADDR, on new pairing with different IRK 26- GAP: reload LE Filterlist and Periodic Advertiser List after power-cycle | |
27- libusb: improve implementation 28 | 36- libusb: improve implementation 37 |
38## Known Issues 39- ESP32: audio driver for ES8388/LyraT v4.3 not updated for esp-idf 5.x 40 41 |
|
29## Release v1.5.4 30 31### Added 32- HFP HF: send custom AT command with hfp_hf_send_at_command 33- HFP HF: terminate held calls with hfp_hf_terminate_held_calls 34- HFP HF: provide Call Waiting information alpha field 35- HFP HF: add hfp_hf_set_default_microphone_gain and hfp_hf_set_set_default_speaker_gain for SLC 36- HFP AG: support handling of custom AT commands with hfp_ag_register_custom_at_command --- 1000 unchanged lines hidden --- | 42## Release v1.5.4 43 44### Added 45- HFP HF: send custom AT command with hfp_hf_send_at_command 46- HFP HF: terminate held calls with hfp_hf_terminate_held_calls 47- HFP HF: provide Call Waiting information alpha field 48- HFP HF: add hfp_hf_set_default_microphone_gain and hfp_hf_set_set_default_speaker_gain for SLC 49- HFP AG: support handling of custom AT commands with hfp_ag_register_custom_at_command --- 1000 unchanged lines hidden --- |