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!!
EDIT: please guys help, it's pretty urgent!