EddyVerbruggen / nativescript-bluetooth-demo

30 stars 21 forks source link

How to distinguish devices based on its UUID? #9

Open yong-chen opened 8 years ago

yong-chen commented 8 years ago

We built and tested the demo on an Android device, and we found the list of Bluetooth devices are displayed in UUID. It is different than the typical list of Bluetooth devices we see on the cellphone's Bluetooth list.

Is there an attribute to show device name not in UUID format?

EddyVerbruggen commented 8 years ago

On iOS there is, but on Android there isn't. Perhaps it's part of the advertising data which I did not yet implement.