CHANGELOG.md (1b5f4ae392b454a08cbb0899ff4ddd7de51430e2) | CHANGELOG.md (d320e1232fbf70bbeeffd8270c7838fbf8395876) |
---|---|
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 | 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 |
|
17 18### Changed 19- Mesh: move GATT Services into src/mesh/gatt-service 20- LE Audio: move GATT Services into src/le-audio/gatt-service 21- SM: delete bonding information for existing device with BD_ADDR, on new pairing with different IRK 22 23## Release v1.5.4 24 --- 1006 unchanged lines hidden --- | 18 19### Changed 20- Mesh: move GATT Services into src/mesh/gatt-service 21- LE Audio: move GATT Services into src/le-audio/gatt-service 22- SM: delete bonding information for existing device with BD_ADDR, on new pairing with different IRK 23 24## Release v1.5.4 25 --- 1006 unchanged lines hidden --- |