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

How to change the Receive buffer size in BLE_APP_UART

After programming the Ble_app_uart to the nrf52832, I am sending a 100 Bytes of data from my UART Port to Nordic chip and this data is transferred over BLE to my Phone. I am using Nrf data CONNECT on my phone to read the incomiing and outgoing data. All is working well. I saw that when i send 100 Bytes of data from UART to nrf52832, the nrfCONNECT displays only 61bytes of received data. Actually i want to Control the Rx Buffer size so that it receives only 20 Bytes of data from UART atone instance. Please tell me which variable needs to be changed to 20 because changing the UART_RX_BUF_SIZE (256) in th Code does not make any difference.

Parents Reply Children
No Data
Related