This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can we able to send the message using uuid

Hi ...

can we able to pass  the message using uuid of device 

Thanks&Regards 

pspavi

Parents
  • A Bluetooth Device does not have a device UUID, but its the services/characteristics/ descriptors that it populates its GATT table with. So if you if want to send data to a specific peripheral amongst several other peripherals that have the same services/characteristics, then you will need to either use the Bluetooth address or some other unique identifier that can be read out from a characteristic to identify the peripheral.

Reply
  • A Bluetooth Device does not have a device UUID, but its the services/characteristics/ descriptors that it populates its GATT table with. So if you if want to send data to a specific peripheral amongst several other peripherals that have the same services/characteristics, then you will need to either use the Bluetooth address or some other unique identifier that can be read out from a characteristic to identify the peripheral.

Children
Related