fix: 修复写入特征值无法完成和重启蓝牙后调用外围设备方法报错的问题 (#20)

* fix: 修复示例代码问题

* fix: 断开连接时清理缓存

* fix: 修复蓝牙重新打开后 GATT server 失效的问题

* fix: 修复问题

* fix: 修复写入特征值无法完成的问题

* fix: 修改版本号
This commit is contained in:
Mr剑侠客
2023-10-12 18:29:03 +08:00
committed by GitHub
parent 5d87dbc129
commit 4bec1c9f3a
161 changed files with 11133 additions and 23 deletions

View File

@ -1,3 +1,8 @@
## 3.0.1
* Clear cache when disconnected.
* Fix GATT server error aftter bluetooth reopened.
## 3.0.0
* Add `PeripheralManager` api.