mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
Merge pull request #806 from zxzxwu/avrcp-response
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()
|
effective_volume = await self.delegate.get_absolute_volume()
|
||||||
self.send_avrcp_response(
|
self.send_avrcp_response(
|
||||||
transaction_label,
|
transaction_label,
|
||||||
avc.ResponseFrame.ResponseCode.IMPLEMENTED_OR_STABLE,
|
avc.ResponseFrame.ResponseCode.ACCEPTED,
|
||||||
SetAbsoluteVolumeResponse(effective_volume),
|
SetAbsoluteVolumeResponse(effective_volume),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user