Page 2 of 2

Re: Get BLE UUID for iOS pairing

Posted: Sat Jan 16, 2021 7:31 pm
by adelinu
Thank you both for your answers.
So, as per my understanding, that UUID is generated by iOS based on some hardware property of the BLE device (e.g. MAC address).

Regarding this:
Of course you can write your own code, which can generate similarly guid and create QR code with it, then you can add such guid in advertising packet or do whatever you want with it.

...is there any known code-example for ESP32 that could help me change that original UUID/GUID that iOS generates, to a custom one generated by me?

Thanks,
A.

Re: Get BLE UUID for iOS pairing

Posted: Sun Jan 17, 2021 7:13 pm
by chegewara
I doubt you can find it anywhere.

Re: Get BLE UUID for iOS pairing

Posted: Wed Jan 20, 2021 1:11 pm
by bobolink
So, as per my understanding, that UUID is generated by iOS based on some hardware property of the BLE device (e.g. MAC address).
Probably not. The point is how it was derived is unknowable and probably not deterministic.