Hi ShaneG
yes, the code appears only in logs and im not getting anything in application. I have only one ANT+ supported heartrate device that im playing with so its the only one.
The phone that im using is Sony Ericsson Arc.
Could that error be caused from that im trying to constantly search for nearby devices... this means i have a timer thats triggering searchForAnts() after every 15 seconds. (the reason to this is that im also scanning for bluetooth devices at the same time).
What would in that case be the best way to go to search for nearby devices, even if for example a heartrate device is already connected. For example if im also trying to find another HR device or a scale. Do i need to null the scancontrollers before reinitiating those ?
Also anoher question, might be a little offtopic, whe HR device sends data, is there any unique ID or something to access from the event subscribers that tell me which device is sending that data ? Im especially interested in device address from the events cause in storing them in an array where indexes are based on addresses ( as strings ). Or is there a way to distinguish each connected devices in these events ?