CHANGELOG.md (532454f96dc583da553adc4f3e6b006a1f85ec34) CHANGELOG.md (137715ebdabcc85ab872119f87126c47f631daaa)
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

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

15- GAP: avoid requesting authentication twice
16- GAP: cache own address on start advertising and connecting, provide getters
17- GAP: stop LE connecting if create connection fails (e.g. connectable adv active and multiple roles not supported)
18- SM: fix race condition between local address changes and pairing procedure
19- ATT DB: fix spelling `gatt_server_get_handle_range_for_service_with_uuid128`, `gatt_server_get_handle_range_for_service_with_uuid16`
20
21### Changed
22- GAP: Drop local bonding flag in IO Capability Reply if remote does not indicate bonding
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

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

15- GAP: avoid requesting authentication twice
16- GAP: cache own address on start advertising and connecting, provide getters
17- GAP: stop LE connecting if create connection fails (e.g. connectable adv active and multiple roles not supported)
18- SM: fix race condition between local address changes and pairing procedure
19- ATT DB: fix spelling `gatt_server_get_handle_range_for_service_with_uuid128`, `gatt_server_get_handle_range_for_service_with_uuid16`
20
21### Changed
22- GAP: Drop local bonding flag in IO Capability Reply if remote does not indicate bonding
23- GAP: return status for `gap_set_security_mode`
23
24## Release v1.4
25
26### Added
27- HCI: `btstack_transport_sco.h` supports SCO over physical PCM/I2S interface (`HAVE_SCO_TRANSPORT`)
28- POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge
29- btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
30 - support sending and receiving SLIP frames for HCI H5

--- 795 unchanged lines hidden ---
24
25## Release v1.4
26
27### Added
28- HCI: `btstack_transport_sco.h` supports SCO over physical PCM/I2S interface (`HAVE_SCO_TRANSPORT`)
29- POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I2S test bridge
30- btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
31 - support sending and receiving SLIP frames for HCI H5

--- 795 unchanged lines hidden ---