-
Notifications
You must be signed in to change notification settings - Fork 138
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
Manipulation of Advertisement Package #8
Comments
Hello there, any updates from Windows UWP APIs for this basic feature? |
We've completed the backlog request to specify the ServiceData bytes when using the GATT Service provider to publish a service. While this is not manufacture data, and not as flexible as the BluetoothLEAdvertisementPublisher, we believe it will meet many of the scenarios backlogged against it. I can't comment on the release timeline until the code hits a release branch I'll reply when it does.
@mxi1 Can you please tell us the scenario for Manufacture Data in the GATT Service provider so we can decide if we should create a backlog item for it? |
Sorry for my late reply. Anyway, whether it's common or not, we can see what android and ios handle this case. Android just provide the APIs (AdvertiseData.Builder) , and don't limit what developers should do. |
Hi again :)
and another thing I would like to know more about is in what ways I can manipulate the advertisement package.
There is the BluetoothLEAdvertisementPublisher which has all the options I would need. Is there any way to use this together with the GattServiceProvider or in other ways manipulate what is being advertised?
If that is in any way possible, it would be great to add it to this sample!
The text was updated successfully, but these errors were encountered: