Searched defs:opcode (Results 1 – 4 of 4) sorted by relevance
/edtt-3.6.0-3.5.0-3.4.0/src/components/ |
D | btsnoop.py | 98 def send_monitor_hdr_btmon_socket(self, idx, opcode, data_len): argument 110 def send_monitor_hdr_file(self, idx, opcode, data_len, timestamp): argument 126 def send_monitor_hdr(self, idx, opcode, data_len): argument 159 def send_command_sock(self, opcode, len, data): argument 168 def send_command_file(self, opcode, len, data): argument 177 def send_monitor_command(self, opcode, len, data): argument
|
D | attdata.py | 103 def encode(self, opcode, *args): argument 347 def __opcodeName(self, opcode): argument
|
D | smpdata.py | 98 def encode(self, opcode, *args): argument
|
D | basic_commands.py | 484 def edtt_send_cmd(transport, idx, opcode, payload_fmt, payload_tuple): argument 501 def edtt_wait_cmd_cmpl(transport, idx, opcode, payload_fmt, to): argument
|