Hi Erel,
We have a problem with the bluetooth serial support in relation to the PairedDevices Map that is returned from GetPairedDevices function.
Since the result is a Map object, it uses keys to uniquely identify entries, and if we have devices with the same name (hence Key), but different MAC addresses, the list will be incomplete. In addition, the count will not reflect the actual number of paired devices that are recorded in the phone's Bluetooth settings.
We can overcome this by ensuring all Blueototh devices have "unique" names (in addition to different Mac addresses), but this gets awkward for Bluetooth devices we already have in the field.
Any chance of providing an alternative getter for paired devices ? Maybe requesting the "count" and then asking for their Name / Mac address by position ?
Thanks in advance,
Steve
We have a problem with the bluetooth serial support in relation to the PairedDevices Map that is returned from GetPairedDevices function.
Since the result is a Map object, it uses keys to uniquely identify entries, and if we have devices with the same name (hence Key), but different MAC addresses, the list will be incomplete. In addition, the count will not reflect the actual number of paired devices that are recorded in the phone's Bluetooth settings.
We can overcome this by ensuring all Blueototh devices have "unique" names (in addition to different Mac addresses), but this gets awkward for Bluetooth devices we already have in the field.
Any chance of providing an alternative getter for paired devices ? Maybe requesting the "count" and then asking for their Name / Mac address by position ?
Thanks in advance,
Steve