I created a DataField app for the Edge 840, which listens to ANT+ button events. This works great during my bike rides.
Now I wish to extend it, and control a Bluetooth Classic device (Sena Bikom 20) when a specific ANT+ button event comes in.
AFAIK Bluetooth Classic is impossible to use in user softwares. Is it true?
So I checked other options: DataField can NOT use Communications, is this true? More precisely it can only use it with at least 5 min delay.
BLE connections are possible, but it makes things harder: I have to create a phone app acting as a BLE Central exposing Characteristics for the DataField.
Is there any better approach I can use? Please note I need to use this when I'm running an activity, and Data Screen is active. Maybe I can have an app with background operations while it's not on the screen? Is it possible?
