This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_ble_gattc_write() sd_ble_gattc_write

Hi!

I use NRF52832 as the central, the protocol stack is SDK14.2.0, modified with ble_app_uart_c . I used three services, two of which need to turn on notifications. When my program runs to sd_ble_gattc_write() in ble_nus_c_tx_notif_enable(), I get a NRF_ERROR_BUSY error. I found this paragraph, "Only one write with response procedure can If the application tries to write with response while another write with response procedure is ongoing, the function call will return NRF_ERROR_BUSY. " But I don't know how to modify this program, can you help me?

Related