Skip to content

Releases: buhuiming/BleCore

2.7.0

Choose a tag to compare

@buhuiming buhuiming released this 08 May 07:26

Android16适配更新

2.6.1

Choose a tag to compare

@buhuiming buhuiming released this 28 Jan 08:03

新增额外的监听扫描回调

2.6.0

Choose a tag to compare

@buhuiming buhuiming released this 12 Aug 03:09

Android15

2.5.1

Choose a tag to compare

@buhuiming buhuiming released this 28 Jul 03:56

fix:使用动态注册BluetoothReceiver,避免国内应用市场对于此注册导致的应用自启动问题,而拒绝上架

2.5.0

Choose a tag to compare

@buhuiming buhuiming released this 16 Apr 07:28

feart: 1、打开notify/indicate添加超时参数;2、检测GPS开关配置成可选项

2.4.1

Choose a tag to compare

@buhuiming buhuiming released this 07 Mar 04:24

feart:添加设备取消写数据操作

2.3.5

Choose a tag to compare

@buhuiming buhuiming released this 11 Nov 10:24

fix:去掉定位权限声明最大sdk,避免影响其他需要用到定位权限功能

2.3.4

Choose a tag to compare

@buhuiming buhuiming released this 07 Nov 03:25

1、权限Manifest.permission.ACCESS_FINE_LOCATION,Manifest.permission.ACCESS_COARSE_LOCATION
在Android12及以上版本已经去掉、包括校验。权限Manifest.permission.BLUETOOTH_ADVERTISE已经去掉。
2、开始连接回调增加参数(device)

2.3.2

Choose a tag to compare

@buhuiming buhuiming released this 21 Oct 02:17

fix:
1、写数据生成taskId时,添加一个3位随机字符串,避免生成相同的taskId,导致被移除队列中相同taskId的数据;
2、添加属性stopScanWhenStartConnect,支持连接时可以继续扫描

2.3.1

Choose a tag to compare

@buhuiming buhuiming released this 18 Oct 01:11

1、修复数据包写超时之后,后面的数据包不会取消 #45
2、写数据生成taskId时,添加一个5位随机字符串,避免生成相同的taskId,导致被移除队列中相同taskId的数据 #48