AVRCP: Reply ACCEPTED on set absolute volume

This commit is contained in:
Josh Wu
2025-10-28 00:05:18 +08:00
parent 578f7f054d
commit 5e1794a15b

View File

@@ -2391,7 +2391,7 @@ class Protocol(utils.EventEmitter):
effective_volume = await self.delegate.get_absolute_volume()
self.send_avrcp_response(
transaction_label,
avc.ResponseFrame.ResponseCode.IMPLEMENTED_OR_STABLE,
avc.ResponseFrame.ResponseCode.ACCEPTED,
SetAbsoluteVolumeResponse(effective_volume),
)