Hi,
iam currently developing an android application with CSRMesh 1.3 library.
Is there a possibilty to prevend connected bridges from disconnecting themsefl?
Because on iOS the connected bridges remain connected.
If i request sensor data using the DataModelApi method sendData iam not able to retrieve a response in my MeshHandler.
The only Messages i get are MESSAGE_LE_CONNECTED, MESSAGE_LE_DISCONNECTED, MESSAGE_LE_DISCONNECT_COMPLETE, MESSAGE_TIMEOUT and MESSAGE_BRIDGE_CONNECT_TIMEOUT
I thought to retrieve a Message like MESSAGE_DATA_SENT, MESSAGE_RECEIVE_BLOCK_DATA, MESSAGE_INVALID, MESSAGE_RECEIVE_STREAM_DATA_END or MESSAGE_RECEIVE_STREAM_DATA
Also when starting the Meshservice with autoConnect I thought to retrieve a Message like MESSAGE_DEVICE_DISCOVERED or MESSAGE_DEVICE_APPEARANCE when using processMeshAdvert from the MeshService
Is there any Example or Tutorial or Howto for this?
Thanks in Advanced.
Best Regards
SG