mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-29 22:03:46 +08:00
unit/test-avrcp: Use avrcp_get_player_attribute_text_rsp
This makes list_attributes callback to use avrcp_get_player_attribute_text_rsp.
This commit is contained in:
parent
f247cbf2cc
commit
f2106be350
@ -319,7 +319,10 @@ static int get_attribute_text(struct avrcp *session, uint8_t transaction,
|
||||
{
|
||||
DBG("");
|
||||
|
||||
return 1;
|
||||
avrcp_get_player_attribute_text_rsp(session, transaction, 0, NULL,
|
||||
NULL);
|
||||
|
||||
return -EAGAIN;
|
||||
}
|
||||
|
||||
static int list_values(struct avrcp *session, uint8_t transaction,
|
||||
|
Loading…
Reference in New Issue
Block a user