mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
AVRCP: Reply ACCEPTED on set absolute volume
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user