2023-01-17 10:37 AM
I have a BLE server derived from the STM provided BLE examples. The server ID that it generates is 00012002FF77. How is this generated? I can't find it anywhere in the code.
Should each of my devices use the same ID or should they each generate unique server IDs? If so, how do I do that?
Sorry for my BLE ignorance!
2023-01-19 09:23 AM
Hello,
Do you mean that the device BD Address is equal to 00012002FF77 ? If yes, you can look the BleGetBdAddress function in app_ble.c file.
Best Regards