Home
last modified time | relevance | path

Searched refs:CommandFrame (Results 1 – 4 of 4) sorted by relevance

/external/python/bumble/bumble/
Davc.py87 category_class = CommandFrame
145 ctype = CommandFrame.CommandType(ctype_or_response)
146 if c_subclass := CommandFrame.subclasses.get(opcode):
153 return CommandFrame(ctype, subunit_type, subunit_id, opcode, operands)
168 ctype_or_response: Union[CommandFrame.CommandType, ResponseFrame.ResponseCode],
205 class CommandFrame(Frame): class
215 subclasses: Dict[Frame.OperationCode, Type[CommandFrame]] = {}
300 class VendorDependentCommandFrame(VendorDependentFrame, CommandFrame):
303 ctype: CommandFrame.CommandType,
310 CommandFrame.__init__(
[all …]
Davrcp.py1091 command_type: avc.CommandFrame.CommandType
1233 avc.CommandFrame.CommandType.STATUS,
1244 avc.CommandFrame.CommandType.STATUS, GetPlayStatusCommand()
1256 avc.CommandFrame.CommandType.STATUS,
1279 avc.CommandFrame.CommandType.NOTIFY,
1488 self, transaction_label: int, command: avc.CommandFrame argument
1602 avc.CommandFrame.CommandType.CONTROL,
1603 avc.CommandFrame.CommandType.STATUS,
1604 avc.CommandFrame.CommandType.NOTIFY,
1719 def send_command(self, transaction_label: int, command: avc.CommandFrame) -> None: argument
[all …]
Davctp.py148 CommandHandler = Callable[[int, avc.CommandFrame], None]
208 command_frame = cast(avc.CommandFrame, avc.Frame.from_bytes(payload))
/external/python/bumble/tests/
Davrcp_test.py104 assert isinstance(frame, avc.CommandFrame)
105 assert frame.ctype == avc.CommandFrame.CommandType.STATUS
120 avc.CommandFrame.CommandType.STATUS,
209 avc.CommandFrame.CommandType.CONTROL,
210 avc.CommandFrame.SubunitType.PANEL,