I'm developing on UWP for band. Is there any way to identify a connected band on some serial number/ unique ID or something else. Like i found the connected bands as
IBandInfo[] pairedBands = await BandClientManager.Instance.GetBandsAsync();
If there is not any way then if I can inherit some method with Bluetooth API and identify on the basis of Bluetooth ID. Need help