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
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:
In UiFlow 2.0, set up a BLE server with a provided service UUID.
Use a BLE scanner to check the advertising packets.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: