Android-BluetoothKit icon indicating copy to clipboard operation
Android-BluetoothKit copied to clipboard

Android BLE蓝牙通信库

Results 114 Android-BluetoothKit issues
Sort by recently updated
recently updated
newest added

测试发现长时间断开重连, 部分手机一直连不上,开关下蓝牙就可以正常连接。

如题,长时间搜索会造成ANR,这个该怎么解决啊?

这个程序是否将android手机转换为信标发射器?

版本为1.4.0 使用的是Google或jcenter的仓库 查看源码后发现并无此方法 但是在这边的源码中又有。。。兄弟 是不是上传的时候版本弄错了啊 仓库中源码编写日期为16/9/1 BluetoothClient中第24行写着 `/** * Created by dingjikerbo on 2016/9/1. */`

三星note4 有时断开没有回调,这时通信会返回DeadObjectException

请问一下 我连高版本的蓝牙可以成功,但连接一个2.0的不成功 这个能支持最低版本的蓝牙是多少呢

mClient.connect(mac,options, new BleConnectResponse() { @Override public void onResponse(int code, BleGattProfile profile) {

做锁的,发送了一次开锁指令,但是电机会转动两次,notify也收到了两次回传的数据。