flutter_blue
flutter_blue copied to clipboard
(iOS) Connect to device by id
No description provided.
Hey @cdfq152313 I need this PR, do you have an example how to use it on a flutter project? I do it in Android with protos from the package but it's not working on iOS. If you have some example, I would appreciate it.
Many thanks
Same as Android. But be careful iOS use uuid instead of mac address. So you need to scan and get uuid first.
By the way, due to this package isn't updated for a long time, I suggest you to switch to flutter_ble_lib .
Same as Android. But be careful iOS use uuid instead of mac address. So you need to scan and get uuid first.
By the way, due to this package isn't updated for a long time, I suggest you to switch to flutter_ble_lib .
Thanks man, replace the exist file for yours? Is it possible to convert UUID to Mac address?? 'Cause my backend send me the mac address
Thanks man
If you just want to use this commit. Merge, rebase, cherry-pick or copy-paste, too many way to apply it. Or maybe you just forget to read this?
For privacy reason, there are no way to convert a MAC address to iOS uuid.
Hi @cdfq152313 , is it possible to convert a MAC ADDRESS to UUID or vice-versa?