diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c
index 82c18b5..ec7ea6a 100644
--- a/unit/test-avrcp.c
+++ b/unit/test-avrcp.c
{
struct context *context = create_context(0x0100, data);
+ if (g_str_equal(context->data->test_name, "/TP/MPS/BV-01-C"))
+ avrcp_set_addressed_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);
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 */
/*