Message ID | 20240821075714.357691-1-frederic.danis@collabora.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] a2dp: Fix connection error message | expand |
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index 43da38051..a6489a763 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -326,6 +326,7 @@ static int error_to_errno(struct avdtp_error *err) case EHOSTDOWN: case ECONNABORTED: case EBADE: + case ECONNREFUSED: return -perr; default: /*