For my android app, I use the new ANT+ Plugin API and stumpled upon an odd problem.
When using the non-UI method
public static void requestAccess(Context bindToContext,
int antDeviceNumber,
int searchProximityThreshold,
AntPluginPcc.IPluginAccessResultReceiver<AntPlusEnvironmentPcc> resultReceiver,
AntPluginPcc.IDeviceStateChangeReceiver stateReceiver)
I get the correct heart rate values from the resultReceiver but the onDeviceStateChanged method of the stateReceiver is never called.
Any help?