Diff between 0ee60b31a8432b0737df2bfdbf630c24ca7ef4d3 and 59569c1f947d648f1e0b9234dad3707f6c34739b

Changed Files

File Additions Deletions Status
profiles/audio/a2dp.c +1 -0 modified

Full Patch

diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 47b5dd7..b43161a 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -307,6 +307,7 @@ static int error_to_errno(struct avdtp_error *err)
 	switch (perr) {
 	case EHOSTDOWN:
 	case ECONNABORTED:
+	case EBADE:
 		return -perr;
 	default:
 		/*