CHANGELOG.md (effecf77ffffb78f7cab63021157fcff45a4861e) | CHANGELOG.md (24d14ae36e95f1a6b777d41469836b4230ab79cc) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle 38- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout 39- A2DP: use samples as timestamp, fixes issue with Apple Airpods Pro 2nd Gen 40- PBAP Client: make pbap_set_property_selector work for Pull Phonebook 41- esp32: fix power amplifier control on Lyra T v4.3 42 43## Changed 44- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE | 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 --- 28 unchanged lines hidden (view full) --- 37- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle 38- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout 39- A2DP: use samples as timestamp, fixes issue with Apple Airpods Pro 2nd Gen 40- PBAP Client: make pbap_set_property_selector work for Pull Phonebook 41- esp32: fix power amplifier control on Lyra T v4.3 42 43## Changed 44- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE |
45- GAP: use stack defaults for LE Connection Parameter Updates 46- GAP: set minimum and maximum CE length to 0 |
|
45- bluetooth: indicated identity address in resolved address type names 46- chipset/bcm: look for PatchRAM file DEVICE_NAME...hcd 47- btstack_audio: added get_samplerate function to help with audio sample rate synchronization 48- btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE 49- esp32: drop support for Makefile projects from esp-idf 3.x 50- esp32: replace deprecated btstack_run_loop_freertos API calls 51- sco_demo_util: replace hfp_msbc by hfp_codec 52 --- 1036 unchanged lines hidden --- | 47- bluetooth: indicated identity address in resolved address type names 48- chipset/bcm: look for PatchRAM file DEVICE_NAME...hcd 49- btstack_audio: added get_samplerate function to help with audio sample rate synchronization 50- btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE 51- esp32: drop support for Makefile projects from esp-idf 3.x 52- esp32: replace deprecated btstack_run_loop_freertos API calls 53- sco_demo_util: replace hfp_msbc by hfp_codec 54 --- 1036 unchanged lines hidden --- |