Skip to content

Commit

Permalink
修复硬件发送数据频繁时,丢包的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aicareles committed Jul 26, 2019
1 parent a95f6d7 commit 7a2c61c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
```

### 二、历史版本介绍:
[![Version](https://img.shields.io/badge/BleLib-v2.6.0-blue.svg)](https://bintray.com/superliu/maven/BleLib/2.6.0)
```
优化频繁收到通知数据,偶尔丢包的问题
```
[![Version](https://img.shields.io/badge/BleLib-v2.5.4-blue.svg)](https://bintray.com/superliu/maven/BleLib/2.5.4)
```
1、添加过滤扫描设备接口
Expand Down Expand Up @@ -267,7 +271,7 @@
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Download](https://api.bintray.com/packages/superliu/maven/BleLib/images/download.svg)](https://bintray.com/superliu/maven/BleLib/_latestVersion)
```groovy
compile 'cn.com.superLei:blelibrary:2.5.4'
compile 'cn.com.superLei:blelibrary:2.6.0'
```

#### 1.初始化蓝牙(判断设备是否支持BLE,蓝牙是否打开以及6.0动态授权蓝牙权限等)<br>
Expand Down

0 comments on commit 7a2c61c

Please sign in to comment.