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

Filter by services #22

Open
Bunagana opened this issue Feb 2, 2021 · 2 comments
Open

Filter by services #22

Bunagana opened this issue Feb 2, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Bunagana
Copy link

Bunagana commented Feb 2, 2021

Hi @chrvadala,
Thank you for this project. Is there a way to discover devices by services? Is there a way to get the name of devices instead of the uuid when calling getDevices()?
Thanks

@chrvadala
Copy link
Owner

This feature isn't supported by the underling Bluez component, so you have to go through every device and ask its name.

In a future release I could introduce an helper function that cycle on each device and get its name for you.

Thanks for the suggestion

@chrvadala chrvadala added the enhancement New feature or request label Feb 21, 2021
@rabee05
Copy link

rabee05 commented Feb 21, 2021

Hello @chrvadala, I am wondering if you have ever tried using "AdvertisingData" from the device-api(d-bus), it still says experimental.
dict AdvertisingData [readonly, experimental]

Do you have any thoughts or recommendations how to get the data from a remote device GAP?

Thanks,
R

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

No branches or pull requests

3 participants