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

Sending data bigger than 20 byte with ble

Hi Im working on the project which relates to sending data through ble. I use nrf51822 Evaluation kit and the data is from uart. How do I send data greater than 20 bytes. No matter how i change the parameters from which relate to that 20, it is still limited at 20 bytes. Let say i want to transfer a 2kb file through ble. So how do i fix my code? main.c ble_nus.c app_uart_fifo_mod.c

Thank you very much

Related