Hi! I am coding a datafield that should be able to scan nearby devices and get their manufacturer specific data without connecting or pairing. These devices are like beacons, broadcasting data via the Manufacturer section. Since I have developed the code for this beacons, the manufacturer id is a made up one.
When I try reading the manufacturer specific data, it returns "null". If I try getting the raw data, it works fine and returns 20 bytes. Is there any specific structure that Garmin accepts for Manufacturer Specific Data? (Given that I can modify the sctructure on the MCUs...)
If I use a scanning app like LightBlue, I can definetely see these beacons advertising the data structure under the manufacturer section.
I have been stucked with this for a while, so any advice will be greatly appreciated Slight smile