When communication fails on NRF connectivity dongle (In Python via pc_ble_driver) and Error code: NRF_ERROR_BUSY is received on attempts to write and one restarts python script, a timeout appears to occur in peripheral. the connection changes state (after delay) from BT_CONN_CONNECTED to BT_CONN_DISCONNECT_COMPLETE.
This does not trigger a callback and application thus does not know to call bt_conn_unref() thus advertising is not resumed.
System runs Zephyr on nRF Connect SDK 1.8.0 as peripheral only.