I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart) example.
The figure below shows the UUID information of the robot to be controlled.
But I don't know where to set it.
It is understood that the 16-bit uuid(service, tx, rx) is contained in the 13th and 14th bytes of the base uuid.
And when I used to control other robots, I simply changed the numbers in' ble_nus_c.h'.
However, the robot to be controlled this time is of a different uuid format.
In this case, I am wondering where to change the settings.