You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling Advertisement.Configure with ManufacturerData set on Windows followed by Advertisement.Start() does not seem to affect the manufacturer data sent over the air when looking at the advertisements in the nRF Connect app. I can see the advertisement ServiceUUID fine but no manufacturer specific data appears.
I don't know enough about winrt to be able to diagnose further, but if there's any instructions around how to further debug this I'd be happy to.
The text was updated successfully, but these errors were encountered:
After some more testing it looks like what's happening is there are two separate advertisements with different mac addresses, one with the service uuid and device name, while the other only has the manufacturer specific data. Is there some linkage between the publisher and service that's missing?
Calling
Advertisement.Configure
withManufacturerData
set on Windows followed byAdvertisement.Start()
does not seem to affect the manufacturer data sent over the air when looking at the advertisements in the nRF Connect app. I can see the advertisement ServiceUUID fine but no manufacturer specific data appears.I don't know enough about winrt to be able to diagnose further, but if there's any instructions around how to further debug this I'd be happy to.
The text was updated successfully, but these errors were encountered: