summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/strerror.c b/src/hci/strerror.c
index 799f1631a..e407d30b8 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" },
};