CHANGELOG.md (7a4d61a3839cca16d148d13598e5b3ada33e2c26) | CHANGELOG.md (6e058d3f5181cea543a79b46dc4044bb0d0cfa8e) |
---|---|
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 --- 4 unchanged lines hidden (view full) --- 13### Added 14 15### Changed 16 17## Changes March 2020 18 19### Fixed 20- GAP: fixed gap_set_scan_parameters() if issued right before gap_start_scan() | 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 --- 4 unchanged lines hidden (view full) --- 13### Added 14 15### Changed 16 17## Changes March 2020 18 19### Fixed 20- GAP: fixed gap_set_scan_parameters() if issued right before gap_start_scan() |
21- HCI: only send HCI Read Local Encryption Key Size if supported by Controller |
|
21 22### Added | 22 23### Added |
23GATT Client: allow to register for any notification/indication and/or any connection | 24- GATT Client: allow to register for any notification/indication and/or any connection |
24hci_cmd: added hci_read_inquiry_scan_activity and hci_write_inquiry_scan_activity | 25hci_cmd: added hci_read_inquiry_scan_activity and hci_write_inquiry_scan_activity |
25chipset: assert hci packet buffers are suitable for firmware upload or patches (atwilc3000,bcm,cc256x,intel) | 26- chipset: assert hci packet buffers are suitable for firmware upload or patches (atwilc3000,bcm,cc256x,intel) |
26 27### Changed 28- AVRCP Target: volume in avrcp_target_volume_changed is reported as current value in interim response to register for volume change notifications 29- SDP Client: query attributes 0x0000..0xffff instead of 0x0001..0xffff to match other stacks / improve compatibility with bad sdp server implementations 30 31## Changes Februar 2020 32 33### Fixed --- 469 unchanged lines hidden --- | 27 28### Changed 29- AVRCP Target: volume in avrcp_target_volume_changed is reported as current value in interim response to register for volume change notifications 30- SDP Client: query attributes 0x0000..0xffff instead of 0x0001..0xffff to match other stacks / improve compatibility with bad sdp server implementations 31 32## Changes Februar 2020 33 34### Fixed --- 469 unchanged lines hidden --- |