deleted deleted • almost 12 years ago
Declaring the V.ALRT button services in the Windows 8.1 manifest
I need to properly declare the V.ALRT button's Bluetooth Vendor/Hardware profile in the Windows Store App manifest as per this MSDN document:
http://msdn.microsoft.com/en-us/library/windows/apps/dn263090.aspx
This could very well be why I'm getting a NULL service reference. I don't know what UUID and other values to use for the different fields.
Comments are closed.

1 comment
mdelac01 Manager • almost 12 years ago
Hello roschler,
I will try to help with this one, but take what I tell you here with a grain of salt since we have not developed a Windows BLE app yet. Looking at the possible manifest service types possible:
name:battery
name:bloodPressure
name:cyclingSpeedAndCadence
name:genericAccess
name:genericAttribute
name:glucose
name:healthThermometer
name:heartRate
name:runningSpeedAndCadence
We definitely have the battery service, but we also have other services including a proprietary service not listed. So I am not sure how Windows handles this. Actually it doesn't make sense to me why would this have to be declared upfront...since part of the BLE protocol is to perform a Service discovery, where each device tells you what services it supports. You do not necessarily know all the services a device support beforehand. Anyway, I digress! May be try declaring the battery service type, but knowing that there are other services in the V.BTTN.
Please keep us updated, to try to help you as much as possible.