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

Why return different results between and ,when i run the same program.

Hi, After i use sd_ble_gatts_hvx() ,i will receive a BLE_EVT_TX_COMPLETE.

The "tx_complete.count" is no problem when i use softdevice 5.2.1 . e.g. count =1. this is correct.

But the "tx_complete.count" is wrong when i use softdevice 6.0.0-1 . e.g. count =199. (count allways between 180~210)

Regards