-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathqmi-service-audio.json
101 lines (101 loc) · 2.14 KB
/
qmi-service-audio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"name": "AUDIO",
"type": "Service"
},
{
"name": "Start Tone",
"id": "0x2A",
"type": "Message",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Stop Tone",
"id": "0x2B",
"type": "Message",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Audio Tone Done",
"id": "0x2C",
"type": "Message",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Audio Interface Status",
"id": "0x2D",
"type": "Indication",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Burst DTMF Tone",
"id": "0x2E",
"type": "Indication",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Get Vocoder Type",
"id": "0x2F",
"type": "Message",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Vocoder Type Info",
"id": "0x30",
"type": "Indication",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Send Call Event",
"id": "0x33",
"type": "Message",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Codec Change CB Register",
"id": "0x33",
"type": "Message",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "CodecChangeCbRegister",
"id": "0x34",
"type": "Message",
"service": "AUDIO",
"vendor": "Apple (Ghidra)"
},
{
"name": "Audio Statistics",
"id": "0x35",
"type": "Indication",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
},
{
"name": "Audio Distortion",
"id": "0x36",
"type": "Indication",
"since": "1.33",
"service": "AUDIO",
"vendor": "Apple"
}
]