i have developed app using in-process-backgroundtasks ble devices.
the app behaviour changed after update , rebuild 10.0.15063.
1. deviceinformation.name changed device name device type.
2. while the app registers backgroundtask permissions missing backgroud task access the gatt devices.
in package.appxmanifest added the following definitions:
<capabilities>
.....
<devicecapability name="bluetooth.genericattributeprofile">
<device id="any">
<function type="name:heartrate" />
</device>
<device id="any">
<function type="name:cyclingspeedandcadence" />
</device>
</devicecapability>
<devicecapability name="bluetooth" />
....
</capabilities>
where can i give app user rights gatt devices in 10.0.15063.
hello,
for advanced assistance regarding concern, suggest posting concern on our msdn forums on link.
regards.
Windows Insider Program / Windows Insider Preview / Devices and drivers / PC
Comments
Post a Comment