Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advertisement ManufacturerData not sent on Windows #349

Open
nvx opened this issue Feb 24, 2025 · 3 comments
Open

Advertisement ManufacturerData not sent on Windows #349

nvx opened this issue Feb 24, 2025 · 3 comments
Labels

Comments

@nvx
Copy link

nvx commented Feb 24, 2025

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.

@nvx
Copy link
Author

nvx commented Feb 24, 2025

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?

@deadprogram
Copy link
Member

deadprogram commented Feb 24, 2025

Is this the same as #302 ?

@nvx
Copy link
Author

nvx commented Feb 24, 2025

Is this the same as #302

I initially thought the same, but that one is when scanning while this one is about advertising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants