diff --git a/android/avdtp.c b/android/avdtp.c
index 2a5ea9b..4bfc86f 100644
--- a/android/avdtp.c
+++ b/android/avdtp.c
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,
diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c
index a065495..13f0df6 100644
--- a/unit/test-avdtp.c
+++ b/unit/test-avdtp.c
raw_pdu(0x02, 0x01, 0x04, 0x00),
raw_pdu(0x10, 0x0c, 0x04),
raw_pdu(0x12, 0x0c, 0x01, 0x00, 0x07, 0x06, 0x00, 0x00,
- 0xff, 0xff, 0x02, 0x40));
+ 0xff, 0xff, 0x02, 0x40, 0x08, 0x00));
define_test("/TP/SIG/SMG/BV-27-C", test_server_1_3,
raw_pdu(0x00, 0x01),
raw_pdu(0x02, 0x01, 0x04, 0x00),