Hi i am using nRF52832 with SDK v14.0.0 on LINUX, so usually a service and a characteristic have the same name space but you just change a few bytes for every id. But the task is to have different name-spaces for all the characteristics in the service. That is not how it's usually done in BLE. So the UUID that is showing for the service is being the same as the UUID of one of the characteristics. So is this breaking the BLE standards (since the task is to have different name-spaces for all the characteristics in the service), or how can i solve this problem?