it it possible to enable scanning without a specific scan profile?
I'd like to get a list of all available Bluetooth devices nearby and parse services and characteristics programmatically.
For example, I'd like to find any devices that have '0x1826' in either long form or short form, or be able to search for several services to support custom fitness machine services like Precor in the same app that supports standard FTMS, etc.
It seems like the BLE 'Profile' has option for only a specific service and I have to explicitly declare the characteristic I want?
can I include multiple characteristics?
can I enable notification for more than 1 characteristic at a time?
Anyone have a code sample of a generic BLE scanning tool that runs on Connect IQ / watch?