This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Primary services discovery stuck

Hello everyone,

I have two nRF51822 (PCA10024) which I want to communicate, one is a peripheral s110 and working properly with a batery service and a custom service, and the other is a central multilink (the example) s120. I have some trouble on the central about the services discovery because I've tried with two examples (ble_app_hrs_c_s120), and each time the program gets stuck on sd_ble_gattc_primary_services_discover. I've just changed the uuid parameter so I don't understand why it doesn't work, could you help me please ?

Thank you,

Théo

Parents
  • Could you edit your question to include the code you changed in the example? What do you mean by gets stuck? Does it return an error? If so, add a breakpoint and check what the error code is (remember to turn set optimizations to Level 0 to see the error code).

Reply
  • Could you edit your question to include the code you changed in the example? What do you mean by gets stuck? Does it return an error? If so, add a breakpoint and check what the error code is (remember to turn set optimizations to Level 0 to see the error code).

Children
No Data
Related