Jasonchenlijian / FastBle

Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.
Apache License 2.0
5.29k stars 1.22k forks source link

重连不上,一直卡在onClientRegistered(),没有进入到onClientConnectionState()这一步,这是什么原因? #513

Closed chen-fuhai closed 2 years ago

chen-fuhai commented 3 years ago

D/BluetoothGatt: cancelOpen() - device: 5A:49:49:49:49:53 D/BluetoothGatt: refresh() - device: 5A:49:49:49:49:53 I/FastBle: refreshDeviceCache, is success: true closeBluetoothGatt: D/BluetoothGatt: close() unregisterApp() - mClientIf=13 I/MainActivity: onConnectFail: BleException { code=100, description='Timeout Exception Occurred!'} I/FastBle: connect device: null mac: 5A:49:49:49:49:53 autoConnect: false currentThread: 1 connectCount:1 D/BluetoothGatt: connect() - device: 5A:49:49:49:49:53, auto: false registerApp() registerApp() - UUID=d60d4b74-fd91-44dd-a04e-876694e1325e I/MainActivity: onStartConnect D/BluetoothGatt: onClientRegistered() - status=0 clientIf=13

hike2008 commented 2 years ago

一样的问题,如何解决的呢