CHANGELOG.md (a536dfcc0cc0eb4d5bd5adb4f8c62edc50e38e9a) CHANGELOG.md (c3b8c0a2ef52262b8ac0ada052c4f8297106104e)
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

--- 15 unchanged lines hidden (view full) ---

24- GATT Client: Scan Parameters Service Client
25- GATT Server: Scan Parameters Service Server
26- GAP: support scan page configuration with `gap_set_page_scan_activity` and `gap_set_page_scan_type`
27- GAP: support sniff subrating with `gap_sniff_subrating_configure
28- GAP: support QoS setup with `gap_qos_set`
29- AVRCP: new field `button_pressed` in `AVRCP_SUBEVENT_OPERATION`
30- AVRCP: `AVRCP_SUBEVENT_OPERATION` emitted for button release
31- AVRCP Controller: avrcp_controller_start_press_and_hold_cmd helps to support device buttons
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

--- 15 unchanged lines hidden (view full) ---

24- GATT Client: Scan Parameters Service Client
25- GATT Server: Scan Parameters Service Server
26- GAP: support scan page configuration with `gap_set_page_scan_activity` and `gap_set_page_scan_type`
27- GAP: support sniff subrating with `gap_sniff_subrating_configure
28- GAP: support QoS setup with `gap_qos_set`
29- AVRCP: new field `button_pressed` in `AVRCP_SUBEVENT_OPERATION`
30- AVRCP: `AVRCP_SUBEVENT_OPERATION` emitted for button release
31- AVRCP Controller: avrcp_controller_start_press_and_hold_cmd helps to support device buttons
32- AVRCP Controller: reassemble fragmented AVCTP packets
32- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration
33- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}'
34
35### Fixed
36- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode`
37- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well
38- GAP: allow to disable link supervision timeout
39- GAP: fix `gap_connect` after `gap_connect_cancel`

--- 765 unchanged lines hidden ---
33- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration
34- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}'
35
36### Fixed
37- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode`
38- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well
39- GAP: allow to disable link supervision timeout
40- GAP: fix `gap_connect` after `gap_connect_cancel`

--- 765 unchanged lines hidden ---