CHANGELOG.md (309522270ae4ab32721d2862a73708ab8708999a) CHANGELOG.md (3cbedd4337c5f865d4c28535558ba1f75f168a17)
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

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

59- Nordic SPP Service Server: use `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED` and `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED`
60 events instead of callback, and `RFCOMM_DATA_PACKET` for received data
61- u-blox SPP Service Server: use `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED` and `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED`
62 events instead of callback, and `RFCOMM_DATA_PACKET` for received data
63- HSP AG: emit HSP_SUBEVENT_BUTTON_PRESSED instead of audio connection setup/release
64- Examples: use `btstack_event.h` getters instead of direct array access, use enum to compare status codes
65- HCI Transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h
66- GATT Client: Use ATT_READ_REQUEST for first blob of Read Long Characteristic
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

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

59- Nordic SPP Service Server: use `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED` and `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED`
60 events instead of callback, and `RFCOMM_DATA_PACKET` for received data
61- u-blox SPP Service Server: use `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED` and `GATTSERVICE_SUBEVENT_SPP_SERVICE_CONNECTED`
62 events instead of callback, and `RFCOMM_DATA_PACKET` for received data
63- HSP AG: emit HSP_SUBEVENT_BUTTON_PRESSED instead of audio connection setup/release
64- Examples: use `btstack_event.h` getters instead of direct array access, use enum to compare status codes
65- HCI Transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h
66- GATT Client: Use ATT_READ_REQUEST for first blob of Read Long Characteristic
67- HID: Move `src/classic/hid.h` into `src` and prefix with `btstack_` to use it with BLE and avoid name clashes
67
68## Release v1.3.2
69
70### Added
71- GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING`
72- GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA`
73- HID Host: add profile, update `hid_host_demo.c` example
74

--- 717 unchanged lines hidden ---
68
69## Release v1.3.2
70
71### Added
72- GAP: support for Classic Out-of-Band (OOB) pairing via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING`
73- GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`, provided via `GAP_EVENT_LOCAL_OOB_DATA`
74- HID Host: add profile, update `hid_host_demo.c` example
75

--- 717 unchanged lines hidden ---