UUID is unique to a each individual device?

UUID is unique to a each individual device or it's unique to a group of device?

Comments

  • Which UUID are you referring to?
  • it's device UUID, when you scan bluetooth device from your phone, scanning function will recognize device UUID

    IOS code:
    uuid.text = cur.peripheral.identifier.UUIDString; 
  • edited August 2014
    The service advertisement UUID is the same for all MetaWear boards.  The device UUID is unique,
  • MetaWear 128-bit UUID: 326Axxxx-85CB-9195-D9DD-464CFBBAE75A
  • How to determine if multiple metawear devices connected into same mobile. is it restricted with single metawear device allowed for each mobile?
    if user want to connect two or more FIT monitor device (like one in hand watch and another one in neck chain), how to control multiple device in same application
  • @samsgates, You will have to instantiate multiple instances of MetaWear objects and just record either the MAC (with Android) or the UUID (with iOS) to identify each device uniquely.
  • I think Eric had said there is no support for multiple devices in the API (for Android at least).

    The developing Windows Store API is the same way.

This discussion has been closed.