修复读取 CCCD 报错的问题,写入时更新特征值 (#50)
* 修复 CCCD 无法读取的问题 * 优化代码 * 调整部分必需参数为可空参数 * 调整接口 * 写入时更新特征值 * 调整接口 * 适配新接口 * 调整依赖项
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
## 5.0.2
|
||||
|
||||
* Revert GATT characteristic's `descriptors` arguments to required.
|
||||
|
||||
## 5.0.1
|
||||
|
||||
* Change GATT characteristic and descriptor's `value` arguments to optional.
|
||||
* Change GATT characteristic's `descriptors` arguments to optional.
|
||||
|
||||
## 5.0.0
|
||||
|
||||
* Now `CentralManager#writeCharacteristic` and `PeripheralManager#writeCharacteristic` will fragment the value automatically, the maximum write length is 512 bytes.
|
||||
|
Reference in New Issue
Block a user