Thanks Harrison,
This is great information, here is my experiment:
We have an ANT device configured to transmit some sensor data at 5Hz, and another (MSP430-PAN1327) device configured to receive the data.
When I get both running, I have some debug indication for the success rate of the ANT reception on the MSP430, and everything seems to be running fine (RX_FAIL type errors are <1%, if at all). I initiate the BT connection from a third device to establish an SPP connection with the MSP430. I don't explicitly transfer any data yet, but the ANT connection is now dominated with RX_FAILures.
So, you think there is still significant radio use by the underlying layers of the BT stack while the SPP connection is open? Enough to cause most of the ANT packets to be broken? Is there any way to work around this? Can the priority of the ANT communications be given any more priority, or can the BT connection be put on hold while still being connected?
Thanks for all your help!
Robby