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 was trying to call the DiscoverServices() in order to retrieve only a specific list of services based on the UUIDs. However, it was consistently refusing to return any results.
I was trying to call the
DiscoverServices()
in order to retrieve only a specific list of services based on the UUIDs. However, it was consistently refusing to return any results.This is the code that I was attempting to use:
If I pass an empty slice it returns all services as expected. However, when I try to use a slice of UUID strings, it does not return any results.
Please see tinygo-org/bluetooth#50
The text was updated successfully, but these errors were encountered: