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

[Enhancement] Advertising support #3

Open
svedmark opened this issue Nov 30, 2022 · 5 comments
Open

[Enhancement] Advertising support #3

svedmark opened this issue Nov 30, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@svedmark
Copy link

I've tested this library for a BLE Beacon scanner, which works well using the device scanner. However, it would be fantastic if support for adding advertisements could be added so it's possible to create beacons also! I noticed the docs for the advertising manager are already in this repo, so this might already be planned or initiated? I haven't DBussed before, but with some collaboration I could maybe contribute to the implementation somehow...

For reference: https://github.com/SuessLabs/Linux.Bluetooth/blob/master/docs/BlueZ/advertising-api.txt

Thanks for the efforts so far btw =]

@DamianSuess DamianSuess added the enhancement New feature or request label Nov 30, 2022
@DamianSuess
Copy link
Contributor

@svedmark, That would be a good example to include to ensure that the feature is supported.

Added it to the backlog. If you're able to pick up the work item before I do, that would be great. Currently, the main focus I'm targeting is BLE Server supportability.

@DamianSuess DamianSuess self-assigned this Nov 30, 2022
@wcoder
Copy link

wcoder commented Apr 2, 2023

Examples based on DotnetBleServer library:

@DamianSuess
Copy link
Contributor

Thank you @wcoder! As soon as i wrap up the next release of Prism.Avalonia, i'll dig into it 👍

@dconyers
Copy link

dconyers commented Jun 5, 2023

Hello @DamianSuess - I'm trying to understand the current state of your library as it relates to BLE peripheral support. Does your library currently allow for advertisements and acting as a GATT server?

Specifically, I'm trying to understand if this feature request is just to author some demo code or if the actual implementation is still unimplemented?

Thanks in advance!

@DamianSuess
Copy link
Contributor

The GATT Server portion can be wired in, however, I do not have helper classes programmed in just yet. By all means, if you want to contribute a PR to help improve, please do :)

@DamianSuess DamianSuess added this to the vNext milestone Sep 7, 2024
@DamianSuess DamianSuess changed the title Advertising support [Enhancement] Advertising support Sep 7, 2024
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

4 participants