AVRCP: Add available player changed event

This commit is contained in:
Josh Wu
2026-02-05 15:25:17 +08:00
parent 81bdc86e52
commit 91cb1b1df3

View File

@@ -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