CHANGELOG.md (a154fcd6ec9a48d3ca7f5b3855281bc2cefc01e5) | CHANGELOG.md (33d85df88e63fdb89157be8269f8011b32f11405) |
---|---|
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- HCI Dump RTT STDOUT: drop messages if RTT buffer is full and RTT is configured for non-blocking 14 15### Fixed 16- A2DP Source: fix reconfigure 17- PBAP Client: handle chunked vCard Listing 18 19### Changed 20- HFP: API functions return status code if appropriate | 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- HCI Dump RTT STDOUT: drop messages if RTT buffer is full and RTT is configured for non-blocking 14 15### Fixed 16- A2DP Source: fix reconfigure 17- PBAP Client: handle chunked vCard Listing 18 19### Changed 20- HFP: API functions return status code if appropriate |
21- Run Loop: new functionality for HCI transport drivers and inter-process communication 22 - *btstack_run_loop_poll_data_sources_from_irq*: used to transfer control from IRQ handler to main thread/run loop 23 - *btstack_run_loop_execute_on_main_thread*: schedule code exection on main thread from other thread 24 - *btstack_run_loop_trigger_exit*: trigger run loop exit |
|
21 22 23## Release v1.4.1 24 25### Added 26- GAP: emit GAP_EVENT_PAIRING_STARTED and GAP_EVENT_PAIRING_COMPLETE 27 28### Fixed --- 823 unchanged lines hidden --- | 25 26 27## Release v1.4.1 28 29### Added 30- GAP: emit GAP_EVENT_PAIRING_STARTED and GAP_EVENT_PAIRING_COMPLETE 31 32### Fixed --- 823 unchanged lines hidden --- |