I started building Windows Store App, but after I discovered that my device is not discovarable on Windows 8.1 compared to Windows 7 and IPhone on which I can detect this Blutooth LE device. I am using following PrimaryServices:
- Generic Access (0x1800)
- General Attribute (0x1801)
- Costum service (0x13B0)
- Device Information (0x180A)
How can I make this device discovarable and usable later in Windows Store Apps (writing some kind of driver, change some services on device or as a last option write specification for costum service this is too expensive for me at the moment)? Mutiple solutions for this problem are welcome.