I’m working on a bug where the XMachine random throws an exception when we want to connect to it, it throws a “GATT ERROR” and a result failed, with error code: “17”.
An another issue is sometimes when the connection established, (I get these events in the onConnect in this order: STATE_CONNECTED, STATE_CONNECTING, STATE_SERVICE_DISCOVERED) I send out a COMMAND_GET_DEVICE_TYPE command but I don’t get any commandSuccess\commandError\sendCommandError calls, and also the deviceType callback is not called.
Can anyone help me with this?