CHANGELOG.md (99f3ea79a31f3b3baca3c125049434f8415acfdf) | CHANGELOG.md (822ca440d24c603c5757d67e57eb2ae7a59c1172) |
---|---|
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- SM: Work around for unexpected Windows 10 disconnect for BR Secure Connections (SMP over BR timeout) 38- SM: support storing bonding information for devices with identical IRK but different public addresses 39- GAP: restart advertising when private address changes 40- le_device_db_tlv: keep number of devices reported by le_device_db_count if old entry is replaced 41 42### Changed 43- Drop iOS support 44- HCI: provide status instead of undocumented int error code and bool for API functions | 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- SM: Work around for unexpected Windows 10 disconnect for BR Secure Connections (SMP over BR timeout) 38- SM: support storing bonding information for devices with identical IRK but different public addresses 39- GAP: restart advertising when private address changes 40- le_device_db_tlv: keep number of devices reported by le_device_db_count if old entry is replaced 41 42### Changed 43- Drop iOS support 44- HCI: provide status instead of undocumented int error code and bool for API functions |
45- HCI: use 1000 ms watchdog to force power off for hci_power_control(HCI_POWER_OFF) |
|
45- GAP: local name, EIR data, class of device and default link policy can be updated at any time 46- L2CAP: provide status instead of undocumented int error code and bool for API functions 47- L2CAP: remote features not required for SDP connections 48- RFCOMM: `RFCOMM_EVENT_PORT_CONFIGURATION` contains rfcomm_cid and remote flag, emitted for query config 49- RFCOMM: provide status instead of undocumented int error code and bool for API functions 50- RFCOMM: remote port configuration, line status, and modem status are sent by channel state machine 51- HFP: API functions return status code if appropriate 52- HFP: removed one parameter from hfp_ag/hf_activate_voice_recognition function, instead introduced hfp_ag/hf_deactivate_voice_recognition --- 843 unchanged lines hidden --- | 46- GAP: local name, EIR data, class of device and default link policy can be updated at any time 47- L2CAP: provide status instead of undocumented int error code and bool for API functions 48- L2CAP: remote features not required for SDP connections 49- RFCOMM: `RFCOMM_EVENT_PORT_CONFIGURATION` contains rfcomm_cid and remote flag, emitted for query config 50- RFCOMM: provide status instead of undocumented int error code and bool for API functions 51- RFCOMM: remote port configuration, line status, and modem status are sent by channel state machine 52- HFP: API functions return status code if appropriate 53- HFP: removed one parameter from hfp_ag/hf_activate_voice_recognition function, instead introduced hfp_ag/hf_deactivate_voice_recognition --- 843 unchanged lines hidden --- |