Hi ...
can we able to pass the message using uuid of device
Thanks&Regards
pspavi
Hi ...
can we able to pass the message using uuid of device
Thanks&Regards
pspavi
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.
Thanks bjorn , I am going with bluetooth address .How to pass the data using bluetooth address , any sample structure or code ?
Thanks bjorn , I am going with bluetooth address .How to pass the data using bluetooth address , any sample structure or code ?