mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
AVRCP: Add available player changed event
This commit is contained in:
@@ -2798,6 +2798,8 @@ class Protocol(utils.EventEmitter):
|
||||
for attribute, value in settings.items()
|
||||
]
|
||||
)
|
||||
case EventId.AVAILABLE_PLAYERS_CHANGED:
|
||||
event = AvailablePlayersChangedEvent()
|
||||
case _:
|
||||
logger.warning(
|
||||
"Event supported but not handled %s", command.event_id
|
||||
|
||||
Reference in New Issue
Block a user