cancel

fun cancel()(source)

Best-effort cancellation. Idempotent and non-suspending.

  • If the packet is still Queued: removed from the host outbound queue; state transitions to Failed(Cancelled).

  • If the packet is Sent or later: no effect on the radio (the device and mesh continue processing the packet); state is not modified.

Callers suspended in await on this handle will wake when state settles.