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
But on Android it is already formatted as a string (like AA:BB:CC:11:22:33). Would you accept a PR to equalize this difference? If so, what would be preferred? Perhaps it could be even better to have the Bluetooth address as Uint8List in the model.
Side note: I have not yet tested this on iOS/iPadOS/macOS as I currently don't have these devices available.
The text was updated successfully, but these errors were encountered:
Hi! I noticed Bluetooth address is a int64 (as String) on Windows, which I seem to be able to parse correctly:
But on Android it is already formatted as a string (like
AA:BB:CC:11:22:33
). Would you accept a PR to equalize this difference? If so, what would be preferred? Perhaps it could be even better to have the Bluetooth address as Uint8List in the model.Side note: I have not yet tested this on iOS/iPadOS/macOS as I currently don't have these devices available.
The text was updated successfully, but these errors were encountered: