[BAP] Add missing Unspecified context type

This commit is contained in:
Josh Wu
2024-10-31 18:11:40 +08:00
parent 4b25eed869
commit 19debaa52e

View File

@@ -102,6 +102,7 @@ class ContextType(enum.IntFlag):
# fmt: off
PROHIBITED = 0x0000
UNSPECIFIED = 0x0001
CONVERSATIONAL = 0x0002
MEDIA = 0x0004
GAME = 0x0008