-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STATE_LISTEN #8
Comments
Thanks! Your target device (microcontroller) is BLE device? If you use BLE 2016-03-21 21:56 GMT+08:00 Near1999 [email protected]:
|
No, bluetooth 3.0 |
I found block of code that changes to |
I do not use
startAsServer()
method but sometimes I gotSTATE_LISTEN
afterSTATE_CONNECTING
inonBluetoothServiceStateChanged
. In that case, I cannot connect to my target device (microcontroller).disconnect()
andreconnect()
does not help. What should I do? Is it a bug?The text was updated successfully, but these errors were encountered: