Poller keeps polling disabled transport-plugins
Looking at our Poller code it seems to me that we don't react to transport state changes ? We listen to any TransportEnabled events and enable polling but we don't listen to TransportStateDisabled events (and remove the PollerTask). If I enable bluetooth it starts polling and even continues after I disabled it again. This could push the backoff to wrong values ?