Home
last modified time | relevance | path

Searched refs:ts_usec (Results 1 – 9 of 9) sorted by relevance

/btstack/platform/windows/
H A Dhci_dump_windows_fs.c109 uint64_t ts_usec; in hci_dump_windows_fs_log_packet() local
142 ts_usec = 0xdcddb30f2f8000LLU + 1000000LLU * tv_sec + tv_us; in hci_dump_windows_fs_log_packet()
144 …hci_dump_setup_header_btsnoop(header.header_btsnoop, ts_usec >> 32, ts_usec & 0xFFFFFFFF, 0, packe… in hci_dump_windows_fs_log_packet()
/btstack/platform/posix/
H A Dhci_dump_posix_fs.c123 uint64_t ts_usec; in hci_dump_posix_fs_log_packet() local
150 ts_usec = 0xdcddb30f2f8000LLU + 1000000LLU * curr_time.tv_sec + curr_time.tv_usec; in hci_dump_posix_fs_log_packet()
152 …hci_dump_setup_header_btsnoop(header.header_btsnoop, ts_usec >> 32, ts_usec & 0xFFFFFFFF, 0, packe… in hci_dump_posix_fs_log_packet()
/btstack/tool/
H A Ddump_h4.py46 (len, ts_sec, ts_usec, type) = read_header(fin)
55 …%s.%03u]" % (datetime.datetime.fromtimestamp(ts_sec).strftime("%Y-%m-%d %H:%M:%S"), ts_usec / 1000)
H A Ddump_pklg.py46 (len, ts_sec, ts_usec, type) = read_header(fin)
55 …%s.%03u]" % (datetime.datetime.fromtimestamp(ts_sec).strftime("%Y-%m-%d %H:%M:%S"), ts_usec / 1000)
H A Dsm_random_check.py45 ts_usec = read_net_32(fin)
53 …%s.%03u]" % (datetime.datetime.fromtimestamp(ts_sec).strftime("%Y-%m-%d %H:%M:%S"), ts_usec / 1000)
H A Ddump_keys.py116 (entry_len, ts_sec, ts_usec, type) = read_header(fin)
H A Ddump_gatt.py242 (entry_len, ts_sec, ts_usec, type) = read_header(fin)
/btstack/test/hfp/
H A Ddump_test_sequence_from_pklg.py53 ts_usec = read_net_32(fin) variable
57 …%s.%03u]" % (datetime.datetime.fromtimestamp(ts_sec).strftime("%Y-%m-%d %H:%M:%S"), ts_usec / 1000)
/btstack/test/mesh/
H A Ddump_mesh_pklg.py617 ts_usec = read_net_32_from_file(fin) variable