Hi everybody,
I was wondering whether it is possible to trigger a system reset using a message with the 0x4a MessageId in an Android application using the Android ANT lib.
Theoretically it should be feasible to send an AntMessageFromHost message to the ANT system with the given message ID and a single byte ({0x00}) MessageParcel.
However, to my understanding, the API does not expose such function at a higher level, whereas in older versions of the library this was possible (see this
reference).
Am I missing something? Thank you in advance for any help, which would be really appreciated.