Hello,
I use central_uart (nrf52840dk) and peripheral_uart (nrf52833dk) examples, NRF Connect SDK v1.6.0
I want to send more than 20 bytes of data,
So, I increase UART_BUF_SIZE 20 to 50, and when I send data from central device to peripheral It works well.
But I have no success sending more than 20 bytes from peripheral to central,
<wrn> bt_att: No ATT channel for MTU 25 <wrn> bt_gatt: No buffer available to send notification <wrn> peripheral_uart: Failed to send data over BLE connection
Is it possible to send more than 20 bytes from both sides?
Thank you,
Anton