diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c
index 284a865..90a9149 100644
--- a/unit/test-avrcp.c
+++ b/unit/test-avrcp.c
static int set_addressed(struct avrcp *session, uint8_t transaction,
uint16_t id, void *user_data)
{
+ struct context *context = user_data;
+ uint8_t status;
+
DBG("");
+ if (g_str_equal(context->data->test_name, "/TP/MPS/BI-01-C"))
+ status = AVRCP_STATUS_INVALID_PLAYER_ID;
+ else
+ status = AVRCP_STATUS_SUCCESS;
- avrcp_set_addressed_player_rsp(session, transaction,
- AVRCP_STATUS_SUCCESS);
+ avrcp_set_addressed_player_rsp(session, transaction, status);
return -EAGAIN;
}
brs_pdu(0x02, 0x11, 0x0e, AVRCP_GET_FOLDER_ITEMS,
0x00, 0x05, 0x04, 0xab, 0xcd, 0x00, 0x00));
+ /* SetAddressedPlayer - TG */
+ define_test("/TP/MPS/BI-01-C", test_server,
+ raw_pdu(0x00, 0x11, 0x0e, 0x00, 0x48, 0x00,
+ 0x00, 0x19, 0x58, AVRCP_SET_ADDRESSED_PLAYER,
+ 0x00, 0x00, 0x02, 0xab, 0xcd),
+ raw_pdu(0x02, 0x11, 0x0e, AVC_CTYPE_STABLE,
+ 0x48, 0x00, 0x00, 0x19, 0x58,
+ AVRCP_SET_ADDRESSED_PLAYER,
+ 0x00, 0x00, 0x01, 0x11));
+
/*
* Media Content Navigation Commands and Notifications for Content
* Browsing.