Hi!
What's the difference between UART_TX_BUF_SIZE and BLE_NUS_MAX_DATA_LEN in case of ble_app_uart example?
As I have noticed BLE_NUS_MAX_DATA_LEN determines maximum length of data sent over BLE, for example BLE_NUS_MAX_DATA_LEN=244, I can send up to 244 bytes.
But I don't know how does buffer size affect performance, maximum length and so on. Why is it set to =256 (along with RX_buffer) by default, and not =8?