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

concurrent characteristic

I have nrf51822 with latest sd130.

I need to implement central what connects to smartphone. Phone has two characteristics with HVX. First char is sending one byte after 80 ms. Second char is sending bigger data after 100 ms. Second char data processing takes 400ms and I do it in read response. When I am processing second char data is the first char data coming in concurrently or is the second char blocking until I return read response?

Parents Reply Children
No Data
Related