mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
avrcp: print new line
This commit is contained in:
parent
1e1e0942d6
commit
2ee51a9031
@ -186,6 +186,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
|||||||
break;
|
break;
|
||||||
case AVRCP_SUBEVENT_PLAYER_APPLICATION_VALUE_RESPONSE:
|
case AVRCP_SUBEVENT_PLAYER_APPLICATION_VALUE_RESPONSE:
|
||||||
// response to set shuffle and repeat mode
|
// response to set shuffle and repeat mode
|
||||||
|
printf("\n");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("Not implemented\n");
|
printf("Not implemented\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user