You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: