How to disable automatic reconnection



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

  • The API itself does not attempt to reconnect to the board.
  • Hi.

    Look at your ConnectionStateHandler, there must be a connect() call in the body of the disconnected() method.
This discussion has been closed.