Home
last modified time | relevance | path

Searched refs:PassThroughCommandFrame (Results 1 – 3 of 3) sorted by relevance

/external/python/bumble/tests/
Davrcp_test.py208 play_pressed = avc.PassThroughCommandFrame(
212 avc.PassThroughCommandFrame.StateFlag.PRESSED,
213 avc.PassThroughCommandFrame.OperationId.PLAY,
219 assert isinstance(parsed, avc.PassThroughCommandFrame)
220 assert parsed.operation_id == avc.PassThroughCommandFrame.OperationId.PLAY
/external/python/bumble/bumble/
Davrcp.py1527 if isinstance(command, avc.PassThroughCommandFrame):
1729 self, command: avc.PassThroughCommandFrame argument
1741 self, key: avc.PassThroughCommandFrame.OperationId, pressed: bool
1745 avc.PassThroughCommandFrame(
1794 command: avc.PassThroughCommandFrame, argument
Davc.py462 class PassThroughCommandFrame(PassThroughFrame, CommandFrame): class