This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem while adding more services services in SDK11

Hi, In my project I want to add added total 7 services but I add seven services it not advertising, If remove one service it advertising properly. I am using .nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and soft device s130 any one help me to solve these problem

  • Post code. Are you checking all the return values from all calls you're making to ensure they return NRF_SUCCESS? Most likely one of them is not and you are going to the error handler. Which one is it.