Lines Matching refs:stdout
84 sys.stdout.write('btsnoop\x00\x00\x00\x00\x01\x00\x00\x03\xea')
111 sys.stdout.write(struct.pack('>II', length, length))
112 sys.stdout.write(struct.pack('>II', type_to_direction(type), 0))
113 …sys.stdout.write(struct.pack('>II', (first_timestamp_ms >> 32), (first_timestamp_ms & 0xFFFFFFFF)))
114 sys.stdout.write(type_to_hci(type))
115 sys.stdout.write(decompressed[offset:offset + length - 1])
138 sys.stdout.write(struct.pack('>II', packet_length, length))
139 sys.stdout.write(struct.pack('>II', type_to_direction(snooz_type), 0))
140 …sys.stdout.write(struct.pack('>II', (first_timestamp_ms >> 32), (first_timestamp_ms & 0xFFFFFFFF)))
141 sys.stdout.write(type_to_hci(snooz_type))
142 sys.stdout.write(decompressed[offset:offset + length - 1])