Searched refs:SERVER_SET_STOPSIZE (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/ |
H A D | rfc2217.py | 129 SERVER_SET_STOPSIZE = to_bytes([104]) variable 143 SET_STOPSIZE: SERVER_SET_STOPSIZE, 416 'stopsize': TelnetSubnegotiation(self, 'stopsize', SET_STOPSIZE, SERVER_SET_STOPSIZE), 1176 SERVER_SET_STOPSIZE,
|
/aosp_15_r20/external/python/pyserial/serial/ |
D | rfc2217.py | 139 SERVER_SET_STOPSIZE = b'\x68' variable 153 SET_STOPSIZE: SERVER_SET_STOPSIZE, 447 'stopsize': TelnetSubnegotiation(self, 'stopsize', SET_STOPSIZE, SERVER_SET_STOPSIZE), 1211 SERVER_SET_STOPSIZE,
|