- Jun 6, 2020
- 11,559
- 4,422
Hi everyone,
I'm developing an app that uses the BLE, i'm using the last suggested way:
However... i need to connect to a specific device knowing the MAC Address...
I made the App for Android and everything works because when the sub "_DeviceFound" fires it returns something like:
where the "id" variable is indeed the MAC Address, so i can detect it and use to connect.
Now... same thing done in iOS, but the result of "_DeviceFound" is:
What is that number after the device name?? it is not the MAC address like in Android... and I need it to detect what device to connect to
How can I get the MAC address in iOS too? what type of ID is the one given by iOS?
Thanks in advance
I'm developing an app that uses the BLE, i'm using the last suggested way:
برای دیدن لینک ها باید ثبت نام کنید
.However... i need to connect to a specific device knowing the MAC Address...
I made the App for Android and everything works because when the sub "_DeviceFound" fires it returns something like:
برای دیدن تصاویر باید ثبت نام کنید
where the "id" variable is indeed the MAC Address, so i can detect it and use to connect.
Now... same thing done in iOS, but the result of "_DeviceFound" is:
برای دیدن تصاویر باید ثبت نام کنید
What is that number after the device name?? it is not the MAC address like in Android... and I need it to detect what device to connect to
How can I get the MAC address in iOS too? what type of ID is the one given by iOS?
Thanks in advance
برای دیدن لینک ها باید ثبت نام کنید