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

Using db_discovery to find a service

Hi! I have a nrf51 that act as a central and a beacon that is my peripheral, they connect to each other using is_uuid_present but I can't enable notification using db_discovery (I have the ble_app_uart_c on nrf51): when I wrote the uuid that it has to discover inside ble_nus_c_on_db_disc_evt something goes wrong, because the function db_disc_handler is never called, otherwise if I write another uuid the function is called but obviously the notification is not enabled because is the wrong uuid. Can someone explain me why this happens? I know that probably is not easy to understand, I attach the projects both for the nrf51 and the beacon. Thanks in advance!!

projects.rar

EDIT: please guys help, it's pretty urgent!

Related