Good morning.
I am studying an example with nrf52840 DK.
In the ble_app_multilink_central example, I want to try to change the UUID because I want to try to attach BLE from another company, but I don't know which part to modify. The format is also different.
The UUID you want to change is
Service UUID: 49535343FE7D4AE58FA99FAFD205E455
Characteristics tx: 495353431E4D4BD9BA6123C647249616
Characteristics rx: 49535343884143F4A8D4ECBE34729BB3
is.
In the example, only 16 bits are changed in the middle of the base UUID.
The UUIDs I want to change are all different formats so I don't know where to change them.
This is a basic question, but please let me know. Thank you.