cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the Server ID for my BLE server

RPowe.9.306
Associate III

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!

1 REPLY 1
Remy ISSALYS
ST Employee

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