Toggle navigation
Categories
Discussions
Activity
Sign In
Home
›
Android
How to disable automatic reconnection
dmarulan
January 2017
in
Android
I'm developing an Android App that needs the Metawear C to disconnects from the app and only reconnects again when required.
Any advice on how to disable automatic reconnection?
Comments
Eric
January 2017
The API itself does not attempt to reconnect to the board.
jamaloyes
January 2017
Hi.
Look at your ConnectionStateHandler, there must be a connect() call in the body of the disconnected() method.
This discussion has been closed.
Comments
Look at your ConnectionStateHandler, there must be a connect() call in the body of the disconnected() method.