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

Store the received data from BLE NUS

Hello, I am writing  code for Nrf52832 using Segger Embedded studio. I want to store the data received from BLU NUS into a variable for further processing.   So how can I store the raw data to the variable. I think I can trace the data with this " p_evt->params.rx_data.p_data ".    

Related