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

quickly get BLE_EVT_TX_COPLETE

when i use sd_ble_gatts_hvx() send data to ble stack, after 300ms later ,i get the ble stack event BLE_EVT_TX_COPLETE , how i can reduce the time(300ms), let the data send out more fast,and quickly get BLE_EVT_TX_COPLETE , because we must send 1500 byte per secound. and how i do , i can send 1500Byte per secound ,at the same time ,don't lost the data...

Related