From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Test verifies that SetAddressedPlayer command issued by Controller. --- unit/test-avrcp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index 82c18b5..56f73b4 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -605,6 +605,9 @@ static void test_client(gconstpointer data) { struct context *context = create_context(0x0100, data); + if (g_str_equal(context->data->test_name, "/TP/MPS/BV-01-C")) + avrcp_set_addr_player(context->session, 0xabcd, NULL, NULL); + if (g_str_equal(context->data->test_name, "/TP/CFG/BV-01-C")) avrcp_get_capabilities(context->session, CAP_EVENTS_SUPPORTED, NULL, NULL); @@ -663,6 +666,14 @@ int main(int argc, char *argv[]) if (g_test_verbose()) __btd_log_init("*", 0); + /* Media Player Selection Commands and Notifications */ + + /* SetAddressedPlayer - CT */ + define_test("/TP/MPS/BV-01-C", test_client, + raw_pdu(0x00, 0x11, 0x0e, 0x00, 0x48, 0x00, + 0x00, 0x19, 0x58, 0x60, 0x00, 0x00, + 0x02, 0xab, 0xcd)); + /* Connection Establishment for Control tests */ /* -- 1.8.3.2 -- 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