diff --git a/bumble/avrcp.py b/bumble/avrcp.py index 784a295..71b24f8 100644 --- a/bumble/avrcp.py +++ b/bumble/avrcp.py @@ -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), )