changelog: use 1000 ms watchdog to force power off for hci_power_control(HCI_POWER_OFF)

This commit is contained in:
Matthias Ringwald 2021-11-04 15:27:14 +01:00
parent 685ec254e6
commit 822ca440d2

View File

@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed ### Changed
- Drop iOS support - Drop iOS support
- HCI: provide status instead of undocumented int error code and bool for API functions - HCI: provide status instead of undocumented int error code and bool for API functions
- HCI: use 1000 ms watchdog to force power off for hci_power_control(HCI_POWER_OFF)
- GAP: local name, EIR data, class of device and default link policy can be updated at any time - GAP: local name, EIR data, class of device and default link policy can be updated at any time
- L2CAP: provide status instead of undocumented int error code and bool for API functions - L2CAP: provide status instead of undocumented int error code and bool for API functions
- L2CAP: remote features not required for SDP connections - L2CAP: remote features not required for SDP connections