CHANGELOG.md (adfefc4beb2e92ff070d3392ec7152df430c0f53) | CHANGELOG.md (a2e0d05dee6cab855a9db8c4de1856c05e2bf8aa) |
---|---|
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- L2CAP: additional authorization_required param in l2cap_ecbm_register_service 13- GATT Client: support GATT over Enhanced LE Bearer 14- GATT Server: support GATT over Enhanced LE Bearer 15- A2DP: support SDP record without service name and/or provider 16- AVRCP: support SDP record without service name and/or provider 17- HFP: hfp_hf_create_sdp_record_with_codecs and hfp_hf_create_sdp_record_with_codecs 18- HFP: support SDP record without service name | 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- L2CAP: additional authorization_required param in l2cap_ecbm_register_service 13- GATT Client: support GATT over Enhanced LE Bearer 14- GATT Server: support GATT over Enhanced LE Bearer 15- A2DP: support SDP record without service name and/or provider 16- AVRCP: support SDP record without service name and/or provider 17- HFP: hfp_hf_create_sdp_record_with_codecs and hfp_hf_create_sdp_record_with_codecs 18- HFP: support SDP record without service name |
19 HFP: support for LC3-SWB |
|
19- SPP Server: support SDP record without service name 20- HOG Device: emit HIDS_SUBEVENT_SET_REPORT 21- HOG Device: provide report for GET REPORT operation via callback | 20- SPP Server: support SDP record without service name 21- HOG Device: emit HIDS_SUBEVENT_SET_REPORT 22- HOG Device: provide report for GET REPORT operation via callback |
23- SBC Codec: new interface allows for multiple instances |
|
22- LE Device DB: le_device_db_dump dumps LTK 23- Port for Zephyr 3.x 24 25### Fixed 26- HCI: fix remove le device from whitelist 27- HCI: fix restart connect with whitelist after whitelist modification 28- L2CAP: make l2cap_get_remote_mtu_for_local_cid available to LE-only builds 29- HFP: use 'don't care' to accept SCO connections, fixes issue on ESP32 --- 10 unchanged lines hidden (view full) --- 40- GATT Client: ignore notifications/indications until re-encrypted for bonded device without ENABLE_LE_PROACTIVE_AUTHENTICATION 41- btstack_flash_bank: support alignment larger than 4 42- windows: fix timestamps in packet logs 43- 44### Changed 45- HCI: simplified implicit SCO flow control 46- AVRCP: shorten default SDP Service and Provider Names 47- GATT Client: emit query complete event for gatt_client_discover_characteristic_descriptors in next run loop iteration | 24- LE Device DB: le_device_db_dump dumps LTK 25- Port for Zephyr 3.x 26 27### Fixed 28- HCI: fix remove le device from whitelist 29- HCI: fix restart connect with whitelist after whitelist modification 30- L2CAP: make l2cap_get_remote_mtu_for_local_cid available to LE-only builds 31- HFP: use 'don't care' to accept SCO connections, fixes issue on ESP32 --- 10 unchanged lines hidden (view full) --- 42- GATT Client: ignore notifications/indications until re-encrypted for bonded device without ENABLE_LE_PROACTIVE_AUTHENTICATION 43- btstack_flash_bank: support alignment larger than 4 44- windows: fix timestamps in packet logs 45- 46### Changed 47- HCI: simplified implicit SCO flow control 48- AVRCP: shorten default SDP Service and Provider Names 49- GATT Client: emit query complete event for gatt_client_discover_characteristic_descriptors in next run loop iteration |
48- HFP: report 1.9 in SDP record | 50- HFP: report HFP Version 1.9 in SDP record |
49- HID Parser: ignore Report Items without Usage 50- btstack_crypto: allow MBEDTLS config via MBEDTLS_CONFIG_FILE 51- remove old Zephyr 1.9 port 52 53 54## Release v1.5.6 55 56### Added --- 1096 unchanged lines hidden --- | 51- HID Parser: ignore Report Items without Usage 52- btstack_crypto: allow MBEDTLS config via MBEDTLS_CONFIG_FILE 53- remove old Zephyr 1.9 port 54 55 56## Release v1.5.6 57 58### Added --- 1096 unchanged lines hidden --- |