修复 setUp 和 clearServices 错误 (#39)

This commit is contained in:
iAMD
2024-01-17 17:58:22 +08:00
committed by GitHub
parent 6f0bc77ac9
commit 5b308f044b
14 changed files with 205 additions and 126 deletions

View File

@ -1,3 +1,12 @@
## 5.0.2
* Fix the ConcurrentModificationException when `PeripheralManager#clearServices` is called.
* Fix the `CentralManager#setUp` and `PeripheralManager#setUp` were blocked.
## 5.0.1
* Fix the wrong blutooth low energy state caused by multi permission requests at the same time.
## 5.0.0
* Now `CentralManager#writeCharacteristic` and `PeripheralManager#writeCharacteristic` will fragment the value automatically, the maximum write length is 512 bytes.