CHANGELOG.md (89974af9536673573950965d8fd4954cabae108e) | CHANGELOG.md (278ff8a910061d6697d57f96d145e4ac8ac1b587) |
---|---|
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 unchanged lines hidden (view full) --- 18 - `hci_transport_h4` and chipset drivers have new functions to pass provide `btstack_uart_t` 19- btstack_uart_slip_wrapper: wrapper that implements SLIP functionality for existing `btstack_uart_block` drivers. 20- hci_transport: add parity field and pass on to `btstack_uart_t` in h4 and h5 21- GATT Client: Battery Service Client 22- GATT Client: Device Information Service Client 23- GATT Client: HID-over-GATT (HOG) Client, Report and Boot Host 24- GATT Client: Scan Parameters Service Client 25- GATT Server: Scan Parameters Service Server | 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 unchanged lines hidden (view full) --- 18 - `hci_transport_h4` and chipset drivers have new functions to pass provide `btstack_uart_t` 19- btstack_uart_slip_wrapper: wrapper that implements SLIP functionality for existing `btstack_uart_block` drivers. 20- hci_transport: add parity field and pass on to `btstack_uart_t` in h4 and h5 21- GATT Client: Battery Service Client 22- GATT Client: Device Information Service Client 23- GATT Client: HID-over-GATT (HOG) Client, Report and Boot Host 24- GATT Client: Scan Parameters Service Client 25- GATT Server: Scan Parameters Service Server |
26- GAP: add `gap_set_page_scan_activity` and `gap_set_page_scan_type` 27- GAP: support sniff subrating with `gap_sniff_subrating_configure` | 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` |
28- AVRCP: new field `button_pressed` in `AVRCP_SUBEVENT_OPERATION` 29- AVRCP: `AVRCP_SUBEVENT_OPERATION` emitted for button release 30- AVRCP Controller: avrcp_controller_start_press_and_hold_cmd helps to support device buttons 31- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration 32- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 33 34### Fixed 35- HCI: handle start inquiry failure --- 762 unchanged lines hidden --- | 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- 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- HCI: handle start inquiry failure --- 762 unchanged lines hidden --- |