I have a low power RF bluetooth device that requires to be accessed using a GATT interface (Generic Attribute Profile). I have found examples for Windows 8 and Visual Studio 2012.
I run Visual Studio 2010.
Could someone either describe how to access a GATT device (using C++ or C#) and/or point to examples on how to access such devices?
Thanks