File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,6 @@ namespace AirPodsPackets
3838 }
3939 }
4040
41- // VoiceTrigger for Siri
42- namespace VoiceTrigger
43- {
44- using Type = BasicControlCommand<0x12 >;
45- static const QByteArray ENABLED = Type::ENABLED;
46- static const QByteArray DISABLED = Type::DISABLED;
47- static const QByteArray HEADER = Type::HEADER;
48- inline std::optional<bool > parseState (const QByteArray &data) { return Type::parseState (data); }
49- }
50-
5141 // One Bud ANC Mode
5242 namespace OneBudANCMode
5343 {
@@ -95,16 +85,6 @@ namespace AirPodsPackets
9585 inline std::optional<bool > parseState (const QByteArray &data) { return Type::parseState (data); }
9686 }
9787
98- // In Case Tone
99- namespace InCaseTone
100- {
101- using Type = BasicControlCommand<0x31 >;
102- static const QByteArray ENABLED = Type::ENABLED;
103- static const QByteArray DISABLED = Type::DISABLED;
104- static const QByteArray HEADER = Type::HEADER;
105- inline std::optional<bool > parseState (const QByteArray &data) { return Type::parseState (data); }
106- }
107-
10888 // Hearing Assist
10989 namespace HearingAssist
11090 {
You can’t perform that action at this time.
0 commit comments