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

packet loss after disconnection?

Hi All! I use nrf51822 with sd s110 to send data to android phone with sd_ble_gatts_hvx. If sd_ble_gatts_hvx returns NRF_SUCCESS then that packet get to TX buffer. I didn't find in the documentation what happens after connection lost. Are that packets (max 7) in the TX buffer lost? Or it will be send after connection?

Related