We made a READ request from the client with nRF 52 as BLE peripheral. READ was automatically repeated 10 times when writing 200 bytes of data in a characteristic fashion.
I think that it is divided by 20 bytes, but how do you extend the READ packet and how to not do the same processing on the nRF 52 side when the READ request is repeated?
Since it takes some time to load 200 bytes of data, it takes a lot of time to finally write the characteristic.