Hi everyone,
I developing application which using background scanning mode. I based on example from ANT Android SDK. Almost everything working fine but I have issue with frequency of receiving data. I set Channel Period on 4Hz and Master device sending data with the same frequency. I was convicted that I should recive 4 data frames per second but I am able to recive only 1, sometimes 2 frames of data per second. In case when there is more then one Master devices I observed situations when application didn't recive data from one of device for few seconds.
I was simulating master devices using ANTware so I am sure that 4 data frames was send.
Application works on SGS5.
Has anyone faced with the same situation?