Skip to content

Commit 84891a0

Browse files
committed
Remove VoiceTrigger and InCaseTone
1 parent 4b3cc92 commit 84891a0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

linux/airpods_packets.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)