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

ManufacturerData set on Advertisement is not visible when scanning #13

Open
magillus opened this issue Jun 25, 2019 · 2 comments
Open

Comments

@magillus
Copy link

Hello,
Thank you for this library, that has been single one that worked in my java code.

I found it today that putting anything into ManufacturerData isn't visible on discovery.

like this:

advertisement.setManufacturerData(mapOf(0xffa0 to 0x0001020304))

Do you have example where Manufacturer data works? Maybe I forgot about something - like advertisement type?

@tongo
Copy link
Owner

tongo commented Jun 25, 2019

Hi, thank you to use it and working on it.
Honestly I never used ManufacturerData so unfortunately I have no example.
I started the library translating from this python project:
https://github.com/ukBaz/python-bluezero

Maybe you can find some info in it.

@magillus
Copy link
Author

Thank you for info on it, I tried multiple pyblue type of examples but getting python to work and install correctly packages was troublesome.
If I find how that works I let you know and possible create PR.

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

No branches or pull requests

2 participants