I can not register 2 services 128-bit vendor-specific UUI in one project at the same time. For example if I use services ble_lbs_c.c and ble_nus_c.c the sd_ble_uuid_vs_add() returns err_code = 4 for second call.
I can not register 2 services 128-bit vendor-specific UUI in one project at the same time. For example if I use services ble_lbs_c.c and ble_nus_c.c the sd_ble_uuid_vs_add() returns err_code = 4 for second call.
It is resolved by increase NRF_SDH_BLE_VS_UUID_COUNT
value.
Thank you for updating the thread when you found the solution.