Diff between a40ff5b2e1a8e349f5b9f41e288c28d79d8d57bd and 6eba17bf803eb2f080781c40cbccbb4003f37f80
Changed Files
| File | Additions | Deletions | Status |
| android/avdtp.c | +1 | -1 | modified |
Full Patch
diff --git a/android/avdtp.c b/android/avdtp.c
index 3cf390f..473e02b 100644
--- a/android/avdtp.c
+++ b/android/avdtp.c
@@ -3280,7 +3280,7 @@ struct avdtp_local_sep *avdtp_register_sep(uint8_t type, uint8_t media_type,
sep->ind = ind;
sep->cfm = cfm;
sep->user_data = user_data;
- sep->delay_reporting = TRUE;
+ sep->delay_reporting = delay_reporting;
DBG("SEP %p registered: type:%d codec:%d seid:%d", sep,
sep->info.type, sep->codec, sep->info.seid);