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

连接配置参数,发现服务超时时间为10s。连接成功后,因为10s内没有发现服务导致超时。 请问为什么发现服务时间比较长,有哪些因素影响?

场景为当app回到后台时,关闭蓝牙开关,重新回到app打开蓝牙开关时,一直无法再建立连接; 日志如下: 12-30 13:12:12.187 23005-23005/jy.com.lali D/Bluetooth: closeWhenEnterBackground stopLink 12-30 13:12:12.236 13398-13477/? D/BluetoothAdapter: isLeEnabled(): ON 12-30 13:12:12.242 13398-13419/? D/BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=7 mScannerId=0 12-30 13:12:12.242 18834-18878/? W/Bth-btfreeze: BluetoothFreeze:tag: 181 uid:...

手机app跟蓝牙设备连接后,退到后台保持跟蓝牙设备的连接,一段时间后,手机app与蓝牙设备断开连接,但是手机的蓝牙服务并没有跟蓝牙设备断开连接,也就是手机系统还是跟蓝牙设备连接着的,但是app跟蓝牙已经断开连接,请问是什么原因导致的呢???

V/miio-bluetooth: connect 64:CF:D9:0F:29:20 W/miio-bluetooth: Process BleConnectRequest, status = Disconnected V/miio-bluetooth: openGatt for 64:CF:D9:0F:29:20 D/BluetoothGatt: connect() - device: 64:CF:D9:0F:29:20, auto: false D/BluetoothGatt: registerApp() D/BluetoothGatt: registerApp() - UUID=a15819a5-211f-4293-b2d6-4b500f70270e D/BluetoothGatt: onClientRegistered() - status=0...

支持只扫描指定的服务的设备吗,或者获取扫描后怎么过滤指定服务的设备?

这段计算中的环境代码因子该如何测量? ![_20181229184112](https://user-images.githubusercontent.com/17981126/50537365-7c9bd500-0b99-11e9-8005-9d724a109457.png)

新公司的老项目源码使用到了这个库,是下载library的形式依赖的,但是sync时提示该库这个异常,请问我该如何处理