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