diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 799f1631..e407d30b 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = { { EACCES, "Permission denied" }, { ENOENT, "File not found" }, { ENETUNREACH, "Network unreachable" }, + { ETIMEDOUT, "Connection timed out" }, };