Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XuXiangJun committed Jan 2, 2020
1 parent 1b69790 commit cc3f172
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ private byte[] generateAESIV(int sequence) {
}

private synchronized void gattWrite(byte[] data) throws InterruptedException {
Log.i(TAG, "gattWrite() data length " + data.length);
synchronized (mWriteLock) {
mWriteChar.setValue(data);
mGatt.writeCharacteristic(mWriteChar);
Expand Down
3 changes: 3 additions & 0 deletions log/updatelog-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Update Log

## v1.5.1
- Fix BluFi packet length

## v1.5.0
- Update BlufiClient APIs
- Update development [doc](../doc)
Expand Down
3 changes: 3 additions & 0 deletions log/updatelog-zh-rCN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# 更新日志

## 1.5.1
- 修复设置分包长度后 BLE 底层依然有 MTU 分包的情况

## v1.5.0
- BlufiClient 接口已升级
- 开发文档已更新 [doc](../doc)
Expand Down

0 comments on commit cc3f172

Please sign in to comment.