I am new to Bluetooth programming. I am using the Microsoft methods for Bluetooth in Windows. I have a heart rate sensor and have figured out how to create service and characteristics buffers to iterate through what services and characteristics that are available under those services.
But how can I get the actual name of the device (like what shows up in regular Windows applications when you pair a device)? For example, I want to get something like "Big Company Heart rate sensor version 6."
I am using C++, Windows 8.1 and Visual Studio 2013. I have tried different solutions on SO, but they show me how to find service specific information.
Thanks!