fix: 修复安卓平台由于协商 MTU 失败导致发现服务抛出异常的问题 #22 (#23)

This commit is contained in:
iAMD
2023-10-21 14:04:22 +08:00
committed by GitHub
parent 728402ac16
commit 3c10caa5dd
7 changed files with 47 additions and 14 deletions

View File

@ -1,3 +1,7 @@
## 3.0.4
* Fix the issue [android device: requestMtu issue #22](https://github.com/yanshouwang/bluetooth_low_energy/issues/22)
## 3.0.3
* Fix the issue that `getMaximumWriteLength` is wrong and coerce the value from 20 to 512.