mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
avrcp: fix test
This commit is contained in:
parent
ee6d17f24f
commit
57b7fe851d
@ -135,7 +135,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
|||||||
printf("notification, playing content changed\n");
|
printf("notification, playing content changed\n");
|
||||||
return;
|
return;
|
||||||
case AVRCP_SUBEVENT_NOTIFICATION_TRACK_CHANGED:
|
case AVRCP_SUBEVENT_NOTIFICATION_TRACK_CHANGED:
|
||||||
printf("notification track changed %d\n", avrcp_subevent_notification_track_changed_get_track_status(packet));
|
printf("notification track changed\n");
|
||||||
return;
|
return;
|
||||||
case AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED:
|
case AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED:
|
||||||
printf("notification absolute volume changed %d\n", avrcp_subevent_notification_volume_changed_get_absolute_volume(packet));
|
printf("notification absolute volume changed %d\n", avrcp_subevent_notification_volume_changed_get_absolute_volume(packet));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user