New to ANT, first post... Trying to figure out how to save device (i.e. heart rate monitor) info to avoid scanning every time. And, not use the plugin UI. I'm able to find the device and connect, no problem. For this, I'm using requestAsyncScanController to discover the device and requestDeviceAccess to connect. But, right now I'm scanning to discover every time. Is there a way to save the device info to avoid scanning every time? And, not use the plugin UI?