I need to get the name of a friendly device from a security sensor. I want to find the device and tell the user that they are connected to "My Home Sensor", for example. I can find the device, but I do not know how to find this data.
In normal bluetooth, I believe that I can use BLUETOOTH_DEVICE_INFO or winsock. Is there a low-power bluetooth equivalent to bluetooth BLUETOOTH_DEVICE_INFO? If possible, could you give an example of how to get information (for example, device name)?
I use Windows 8.1, C ++, and visual studio 2013. I referenced windows dev docs, but so far have not found anything useful.
Thanks!
source share