Hi, I had been searching for days now, but can't find an answer to this one.
Is it possible to add the BLE MAC address to a server's device name on init() ?
I realize that the BLE stack needs to be initialized prior to obtaining the address. If so, is it possible to update the device name after that?
I know I can advertise the MAC address as manufacturerData but this is not what I am searching for.
I need to set a unique device name, as there might be multiple BLE-Servers on different esp32 in the same room. Somehow I do need to distinguish them, without patching and recompiling the code for each and every one individually.
Hi, I had been searching for days now, but can't find an answer to this one. Is it possible to add the BLE MAC address to a server's device name on init() ? I realize that the BLE stack needs to be initialized prior to obtaining the address. If so, is it possible to update the device name after that?
I know I can advertise the MAC address as manufacturerData but this is not what I am searching for. I need to set a unique device name, as there might be multiple BLE-Servers on different esp32 in the same room. Somehow I do need to distinguish them, without patching and recompiling the code for each and every one individually.
Thanks