CHANGELOG.md (17c6fe5cac7e6808f8c4d5a35976cf5b46422fde) CHANGELOG.md (92f8a0d7483fc14af987e7799c05d966bd90933a)
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- HCI: `btstack_transport_sco.h` allows to support SCO over physical PCM/I2S interface (`HAVE_SCO_TRANSPORT`)
13- HCI: add `hci_sniff_subrating` command
14- POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge
15- btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
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- HCI: `btstack_transport_sco.h` allows to support SCO over physical PCM/I2S interface (`HAVE_SCO_TRANSPORT`)
13- HCI: add `hci_sniff_subrating` command
14- POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge
15- btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
16 - supports sending and receiving SLIP frames for HCI H5
17 - suppports odd parity as well
18 - `hci_transport_h4` and chipset drivers have new functions to pass provide `btstack_uart_t`
16 - support sending and receiving SLIP frames for HCI H5
17 - support odd parity
18 - `hci_transport_h4` and chipset drivers have new functions to 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: support scan page configuration with `gap_set_page_scan_activity` and `gap_set_page_scan_type`

--- 782 unchanged lines hidden ---
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: support scan page configuration with `gap_set_page_scan_activity` and `gap_set_page_scan_type`

--- 782 unchanged lines hidden ---