From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Verify that the IUT (ACP) is able to accept a command to abort a stream. --- unit/test-avdtp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c index 949d998..065dc07 100644 --- a/unit/test-avdtp.c +++ b/unit/test-avdtp.c @@ -596,6 +596,17 @@ int main(int argc, char *argv[]) 0x00, 0x00, 0x21, 0x02, 0x02, 0x20), raw_pdu(0x12, 0x03), raw_pdu(0x20, 0x0a, 0x04)); + define_test("/TP/SIG/SMG/BV-24-C", test_server, + raw_pdu(0x00, 0x01), + raw_pdu(0x02, 0x01, 0x04, 0x00), + raw_pdu(0x10, 0x02, 0x04), + raw_pdu(0x12, 0x02, 0x01, 0x00, 0x07, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x02, 0x40), + raw_pdu(0x20, 0x03, 0x04, 0x04, 0x01, 0x00, 0x07, 0x06, + 0x00, 0x00, 0x21, 0x02, 0x02, 0x20), + raw_pdu(0x22, 0x03), + raw_pdu(0x30, 0x0a, 0x04), + raw_pdu(0x32, 0x0a)); return g_test_run(); } -- 1.8.3.1 -- 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