CHANGELOG.md (37a7ced06e170d7765a528ccc280c1bc35d5a7d3) | CHANGELOG.md (694f87bfcde765509e3743d8f664bc3d0e663a9d) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46 - `btstack_run_loop_base.c` is a placeholder and can be removed from build 47HCI Dump: replace monolithic `hci_dump.c` (with many #ifdefs) into dispatcher with platform-specific implementations: 48 - `posix/hci_dump_posix_fs` - writes binary log file 49 - `posix/hci_dump_stdout` - log to console using printf with local system time 50 - `embedded/hci_dump_embedded_stdout` - log to console using printf 51 - `embedded/hci_dump_segger_stdout` - log to RTT console using `SEGGER_printf` 52 - `embedded/hci_dump_segger_binary` - writes binary log over RTT to host 53 | 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 --- 37 unchanged lines hidden (view full) --- 46 - `btstack_run_loop_base.c` is a placeholder and can be removed from build 47HCI Dump: replace monolithic `hci_dump.c` (with many #ifdefs) into dispatcher with platform-specific implementations: 48 - `posix/hci_dump_posix_fs` - writes binary log file 49 - `posix/hci_dump_stdout` - log to console using printf with local system time 50 - `embedded/hci_dump_embedded_stdout` - log to console using printf 51 - `embedded/hci_dump_segger_stdout` - log to RTT console using `SEGGER_printf` 52 - `embedded/hci_dump_segger_binary` - writes binary log over RTT to host 53 |
54u-blox SPP Service Server: use `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED` and `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED` 55 events instead of callback, and `RFCOMM_DATA_PACKET` for received data |
|
54 55## Release v1.3.2 56 57### Added 58GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 59GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 60HID Host: add profile, update `hid_host_demo.c` example 61 --- 717 unchanged lines hidden --- | 56 57## Release v1.3.2 58 59### Added 60GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING` 61GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA` 62HID Host: add profile, update `hid_host_demo.c` example 63 --- 717 unchanged lines hidden --- |