Skip to content

Commit

Permalink
Merge pull request #581 from zxzxwu/context
Browse files Browse the repository at this point in the history
[BAP] Add missing Unspecified context type
  • Loading branch information
zxzxwu authored Oct 31, 2024
2 parents d4b8e83 + 19debaa commit c4e9726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumble/profiles/bap.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class ContextType(enum.IntFlag):

# fmt: off
PROHIBITED = 0x0000
UNSPECIFIED = 0x0001
CONVERSATIONAL = 0x0002
MEDIA = 0x0004
GAME = 0x0008
Expand Down

0 comments on commit c4e9726

Please sign in to comment.