mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
[BAP] Add missing Unspecified context type
This commit is contained in:
@@ -102,6 +102,7 @@ class ContextType(enum.IntFlag):
|
|||||||
|
|
||||||
# fmt: off
|
# fmt: off
|
||||||
PROHIBITED = 0x0000
|
PROHIBITED = 0x0000
|
||||||
|
UNSPECIFIED = 0x0001
|
||||||
CONVERSATIONAL = 0x0002
|
CONVERSATIONAL = 0x0002
|
||||||
MEDIA = 0x0004
|
MEDIA = 0x0004
|
||||||
GAME = 0x0008
|
GAME = 0x0008
|
||||||
|
|||||||
Reference in New Issue
Block a user