Hi, In my project I am using SDK11 (i.e.nRF5_SDK_11.0.0-2.alpha_bc3f6a0) and s130 soft device. In my projects I am using 128 uuids for services. I got the problem is, while I try to initialize more than one services with 128 bit uuid its not advertising. And If I initialize only one service with 128 bit uuid it advertising properly and working. I don't get where is the problem but I found that the function sd_ble_uuid_vs_add not returns NRF_SUCCESS while initializing the second service. And I tried one service with one 128 bit uuid and other services with 16 bit uuid it advertising. can any one help me plz.