CHANGELOG.md (14618ebfef9875b25a069464851370b09f5b07fa) | CHANGELOG.md (e166108ca10df8cb680def09137e94f0fcfe319b) |
---|---|
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- HFP HF: support Apple Accessory information with: 13 - hfp_hf_apple_set_identification 14 - hfp_hf_apple_set_battery_level 15 - hfp_hf_apple_set_docked_state 16- HFP AG: report Apple Accessory information, battery level and docked state 17- PBAP Client: allow to set start offset and max list count for pull phonebook operation 18- PBAP Client: support multiple parallel connections | 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- HFP HF: support Apple Accessory information with: 13 - hfp_hf_apple_set_identification 14 - hfp_hf_apple_set_battery_level 15 - hfp_hf_apple_set_docked_state 16- HFP AG: report Apple Accessory information, battery level and docked state 17- PBAP Client: allow to set start offset and max list count for pull phonebook operation 18- PBAP Client: support multiple parallel connections |
19- HID Parser: introduce HID Descriptor and HID Descriptor Usage iterators |
|
19- HCI Dump Dispatch: allow to use multiple HCI Dump implementations 20 21### Fixed 22- RFCOMM: shut down multiplexer after closing last channel instead of multiplexer idle timer 23- HID Host: return complete HID report 24- SM: fix CTKD key distribution over BR/EDR 25- SM: fix CTKD after BR/EDR Role Change 26- A2DP: emit stream established if peer set-up configuration --- 4 unchanged lines hidden (view full) --- 31- HFP AG: always initiate codec connection setup before establishing audio 32- HID Host: omit Report ID in Set/Get Report and send report for report id == HID_REPORT_ID_UNDEFINED 33- POSIX: clear run loop exit flag 34 35### Changed 36- GAP: return command disallowed if disconnect already requested 37- GAP: improve handling of incorrectly resolved addresses in HCI_SUBEVENT_LE_CONNECTION_COMPLETE 38- GOEP Client: remove goep_client_create_connection. Use goep_client_connect instead. | 20- HCI Dump Dispatch: allow to use multiple HCI Dump implementations 21 22### Fixed 23- RFCOMM: shut down multiplexer after closing last channel instead of multiplexer idle timer 24- HID Host: return complete HID report 25- SM: fix CTKD key distribution over BR/EDR 26- SM: fix CTKD after BR/EDR Role Change 27- A2DP: emit stream established if peer set-up configuration --- 4 unchanged lines hidden (view full) --- 32- HFP AG: always initiate codec connection setup before establishing audio 33- HID Host: omit Report ID in Set/Get Report and send report for report id == HID_REPORT_ID_UNDEFINED 34- POSIX: clear run loop exit flag 35 36### Changed 37- GAP: return command disallowed if disconnect already requested 38- GAP: improve handling of incorrectly resolved addresses in HCI_SUBEVENT_LE_CONNECTION_COMPLETE 39- GOEP Client: remove goep_client_create_connection. Use goep_client_connect instead. |
40- HID Parser: cleanup of function names and signatures |
|
39 40## Release v1.6.1 41 42### Added 43- GAP: support coordinated private random address updates 44- libusb: support send/receive of HCI ISO packets 45 46### Fixed --- 1189 unchanged lines hidden --- | 41 42## Release v1.6.1 43 44### Added 45- GAP: support coordinated private random address updates 46- libusb: support send/receive of HCI ISO packets 47 48### Fixed --- 1189 unchanged lines hidden --- |