Good morning,
I have a Garmin Edge 520 and an external glucose monitoring device with bluetooth interface (BT).
I am interested in coding an application that reads the glucose value from the sensor and displays it during a training session.
To read such data I need to manipulate a stream of bytes, i.e. writing and reading binary BT data.
The question that I have concerns the Garmin Connect IQ SDK: is it possible to send and receive raw binary data through the BT interface?
Or does it provide a sort of high-level interface preventing similar interactions?
If yes, please could you point out the class(es) used to interact with the BT interface?
I searched in the list of APIs (https://developer.garmin.com/connect-iq/api-docs/) but I could not find them.
Thank you very much.