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
  • Well, I didn't change anything, but I had to remove the bsp_indication_set(...) instructions because it doesn't work on my PCA10024. In fact, I managed to know that the line m_dm_device_handle = (*p_handle) is the one making the program stuck. I click run and the debug led just keeps blinking but nothing happens ...

Reply
  • Well, I didn't change anything, but I had to remove the bsp_indication_set(...) instructions because it doesn't work on my PCA10024. In fact, I managed to know that the line m_dm_device_handle = (*p_handle) is the one making the program stuck. I click run and the debug led just keeps blinking but nothing happens ...

Children
No Data
Related