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

[BLE Server] Missing Service UUID in Advertising Data #36

Open
mtchoy opened this issue Nov 3, 2024 · 0 comments
Open

[BLE Server] Missing Service UUID in Advertising Data #36

mtchoy opened this issue Nov 3, 2024 · 0 comments

Comments

@mtchoy
Copy link

mtchoy commented Nov 3, 2024

Issue Description:

I am encountering an issue where the Service UUID is not included in the advertising data for the BLE server. This omission prevents devices from discovering the service correctly.

Steps to Reproduce:

  1. In UiFlow 2.0, set up a BLE server with a provided service UUID.
  2. Use a BLE scanner to check the advertising packets.
  3. Observe that the Service UUID is absent.

Expected Behavior:
The advertising data should include the Service UUID, allowing devices to identify and connect to the service.

Actual Behavior:
The advertising data does not contain the Service UUID, leading to connection issues.

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

No branches or pull requests

1 participant