From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- profiles/audio/avdtp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index 64e09fd..c0ded8d 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -1427,6 +1427,12 @@ static gboolean avdtp_getcap_cmd(struct avdtp *session, uint8_t transaction, g_free(cap); } + if (get_all && sep->delay_reporting) { + ptr[0] = AVDTP_DELAY_REPORTING; + ptr[1] = 0x00; + rsp_size += 2; + } + g_slist_free(caps); return avdtp_send(session, transaction, AVDTP_MSG_TYPE_ACCEPT, cmd, -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html