Hello everybody,
I am currently working on a project in which I need to read some data from a glucometer. Until last week it was working fine, however I stopped receiving notifications from the glucometer. I started debugging and realize that an issue is happening when I am enabling the notifications: I write to the CCCD using sd_ble_gattc_write and get the error NRF_ERROR_BUSY. Problem is that I am never getting the event BLE_GATTC_EVT_WRITE_RSP, so I´m not getting any notifications either.
Does anyone know what could be happening?
I will gladly provide more information if necessary
Thanks in advance