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

[Feature-Idea] Advertisement collecting #33

Open
FaBjE opened this issue Jan 20, 2024 · 2 comments
Open

[Feature-Idea] Advertisement collecting #33

FaBjE opened this issue Jan 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@FaBjE
Copy link
Collaborator

FaBjE commented Jan 20, 2024

Note: This is a new feature idea, I don't know if I will find the time to implement this, anyone is welcome to do so

Rationale
More and more (low-power) devices publish their information in a advertisement message instead or in addition to the GATT.
Connecting to such a (battery powered) device will get you the info but will drain the battery of the device.

Description
It would be a good feature to be able to receive/collect these advertisement messages and provide them as output.

Implementation
.NET has the BluetoothLEAdvertisementWatcher class for this purpose.
Basically creating start trigger and displaying the output from the receive event would implement this feature.

@FaBjE FaBjE added the enhancement New feature or request label Jan 20, 2024
@sensboston
Copy link
Owner

Sound good, agree

@sensboston
Copy link
Owner

BTW, there is another BLE watcher available, called BluetoothLEAdvertisementWatcher
I already tested, it works stable enough.

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

2 participants