CHANGELOG.md (eb404cdcf0d85ca3e40db207902a8f49ad0a04e1) | CHANGELOG.md (3825f59112ba6b1bbf90c186518720049e1684b6) |
---|---|
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- GATT Client: various _with_context functions that provide a service + connection id to GATT query events 14- GATT Service Client: generic client discovers characteristics and enabled notifications/indications 15- L2CAP: provide access to number of available credits in CBM/ECBM 16- HFP HF: support Apple Accessory information with: 17 - hfp_hf_apple_set_identification 18 - hfp_hf_apple_set_battery_level 19 - hfp_hf_apple_set_docked_state 20- HFP AG: report Apple Accessory information, battery level and docked state | 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- GATT Client: various _with_context functions that provide a service + connection id to GATT query events 14- GATT Service Client: generic client discovers characteristics and enabled notifications/indications 15- L2CAP: provide access to number of available credits in CBM/ECBM 16- HFP HF: support Apple Accessory information with: 17 - hfp_hf_apple_set_identification 18 - hfp_hf_apple_set_battery_level 19 - hfp_hf_apple_set_docked_state 20- HFP AG: report Apple Accessory information, battery level and docked state |
21- AVRCP: Support browsing in Target role |
|
21- PBAP Client: allow to set start offset and max list count for pull phonebook operation 22- PBAP Client: support multiple parallel connections 23- HID Parser: introduce HID Descriptor and HID Descriptor Usage iterators 24- HCI Dump Dispatch: allow to use multiple HCI Dump implementations 25- HCI Dump: support ISO packets in PacketLogger format 26- Immediate Alert Service Server and Client: added 27- Link Loss Service Server and Client: added 28- TX Power Service Client: added 29- btstack_util: safe wrappers for snprintf | 22- PBAP Client: allow to set start offset and max list count for pull phonebook operation 23- PBAP Client: support multiple parallel connections 24- HID Parser: introduce HID Descriptor and HID Descriptor Usage iterators 25- HCI Dump Dispatch: allow to use multiple HCI Dump implementations 26- HCI Dump: support ISO packets in PacketLogger format 27- Immediate Alert Service Server and Client: added 28- Link Loss Service Server and Client: added 29- TX Power Service Client: added 30- btstack_util: safe wrappers for snprintf |
31- Battery Service v1.1 Server |
|
30 31### Fixed | 32 33### Fixed |
34- L2CAP: Fix ERTM Tx buffer reconfiguration |
|
32- RFCOMM: shut down multiplexer after closing last channel instead of multiplexer idle timer 33- RFCOMM: fix multiple outgoing channel setup 34- SDP Server: skip empty attribute lists in Service Search Attribute Response 35- HID Host: return complete HID report 36- SM: fix CTKD key distribution over BR/EDR 37- SM: fix CTKD after BR/EDR Role Change 38- A2DP: emit stream established if peer set-up configuration 39- AVDTP: fix SDP Client registration bug that could block other SDP queries --- 1222 unchanged lines hidden --- | 35- RFCOMM: shut down multiplexer after closing last channel instead of multiplexer idle timer 36- RFCOMM: fix multiple outgoing channel setup 37- SDP Server: skip empty attribute lists in Service Search Attribute Response 38- HID Host: return complete HID report 39- SM: fix CTKD key distribution over BR/EDR 40- SM: fix CTKD after BR/EDR Role Change 41- A2DP: emit stream established if peer set-up configuration 42- AVDTP: fix SDP Client registration bug that could block other SDP queries --- 1222 unchanged lines hidden --- |