central_uart example, how to get Write Response packet?

Hi,

NCS v2.6.0

nRF52 DK

central_uart send packet to peripheral_uart, then peripheral_uart send write response packet to central_uart.

How to get the write response packet in central_uart callback function? I have a large data to send from central_uart to peripheral_uart,

I want to send the first packet from central, then received the write response from peripheral to make sure the packet was received by peripheral, and then send the next packet from central.

There is a similar thread, but it doesn't answer my question.

 Is there response from peripheral_uart after central_uart write rx characteristic 

Related