The method requestAccess(Context bindToContext,
int antDeviceNumber,
int searchProximityThreshold,
boolean isSpdCadCombinedSensor,
AntPluginPcc.IPluginAccessResultReceiver<AntPlusBikeCadencePcc> resultReceiver,
AntPluginPcc.IDeviceStateChangeReceiver stateReceiver)
apparently ignores isSpdCadCombinedSensor.
When trying to use this method for seperate speed and cadence sensors (by specifying isSpdCadCombinedSensor = false), the method returns the same deviceNumber for a speed sensor if a cadence sensor is already connected. Likewise trying to connect a cadence sensor when a speed sensor is already connected the same device number is returned.