Sorry for poor English, but my German is even worse
I collected quite big database of Infotainment CAN logs from Golf MK7 (MQB platform).
Guess all new VWs, Audis and Skodas should have similar syntax
Here's brief description of some messages I found so far
Can speed: 500 Kb/s
ID: 000005BF
00 00 00 40 -- All buttons depressed
11 00 01 40 -- Vol -
10 00 01 40 -- Vol +
16 00 01 40 -- Prev track
15 00 01 40 -- Next track
1C 00 01 40 -- Phone
03 00 01 40 -- Left menu
02 00 01 40 -- Right menu
07 00 01 40 -- Ok
19 00 01 40 -- Voice
04 00 01 40 -- Up
05 00 01 40 -- Down
Example:
000005BF: 11 00 01 40 -- Vol- pressed
000005BF: 00 00 01 40 -- Vol- released
Volume level of current audio source is also broadcasted over Infotainment CAN every time Volume is changed
ID: 17333110
4C 52 XX 06 03 0C 06 00 -- XX Vol setting request (from wheel button or Vol. knob)
4C 6F 00 00 00 XX -- XX Vol Ack
Still looking for a way to indentify when MirrorLink interface is switched on and off on HU. Now specific packets are found so far.
Any suggestions will be highly appreciated.
Feel free to ask if you need more data.