xpg / GizwitsBLE

Android BLE SDK
Apache License 2.0
195 stars 89 forks source link

Problems with connect/disconnet #8

Open ardmn opened 8 years ago

ardmn commented 8 years ago

If often and quickly call to connect(+send command)/disconnet methods we can get status = 113 in onConnectionStateChange callback(it's so bad). And library has another problems with similar tests . All advise send ble commands in mainThread . This solution can help . What do you think about it ?