Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 17 of 17) sorted by relevance

/btstack/tool/
H A Dcreate_packet_log.py74 def dumpPacket(fout, timestamp, type, data): argument
76 (tv_sec, tv_usec) = generateTimestamp(timestamp)
83 def handleHexPacket(fout, timestamp, type, text): argument
86 dumpPacket(fout, timestamp, type, data)
116 timestamp = None variable
124 (timestamp, line) = parts.groups()
127 handleHexPacket(fout, timestamp, 0, rest)
131 handleHexPacket(fout, timestamp, 1, rest)
135 handleHexPacket(fout, timestamp, 2, rest)
139 handleHexPacket(fout, timestamp, 3, rest)
[all …]
/btstack/src/classic/
H A Davdtp_source.c171 …media_header(uint8_t *media_packet, uint8_t marker, uint16_t sequence_number, uint32_t timestamp) { in avdtp_source_setup_media_header() argument
185 big_endian_store_32(media_packet, pos, timestamp); in avdtp_source_setup_media_header()
190 …_send_media_payload_rtp(uint16_t avdtp_cid, uint8_t local_seid, uint8_t marker, uint32_t timestamp, in avdtp_source_stream_send_media_payload_rtp() argument
210 …avdtp_source_setup_media_header(media_packet, marker, stream_endpoint->sequence_number, timestamp); in avdtp_source_stream_send_media_payload_rtp()
H A Da2dp_source.c211 …m_send_media_payload_rtp(uint16_t a2dp_cid, uint8_t local_seid, uint8_t marker, uint32_t timestamp, in a2dp_source_stream_send_media_payload_rtp() argument
213 …return avdtp_source_stream_send_media_payload_rtp(a2dp_cid, local_seid, marker, timestamp, payload… in a2dp_source_stream_send_media_payload_rtp()
H A Da2dp_source.h174 …m_send_media_payload_rtp(uint16_t a2dp_cid, uint8_t local_seid, uint8_t marker, uint32_t timestamp,
H A Davdtp_source.h259 …_send_media_payload_rtp(uint16_t avdtp_cid, uint8_t local_seid, uint8_t marker, uint32_t timestamp,
H A Davdtp.h378 uint32_t timestamp; member
/btstack/platform/windows/
H A Dhci_transport_h2_winusb.c479 LARGE_INTEGER timestamp; in usb_submit_sco_in_transfer_at_frame() local
481 WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, &current_frame_number, &timestamp); in usb_submit_sco_in_transfer_at_frame()
512 LARGE_INTEGER timestamp; in usb_submit_sco_in_transfer_asap() local
514 BTstack_WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, &current_frame_number, &timestamp); in usb_submit_sco_in_transfer_asap()
647 LARGE_INTEGER timestamp; in usb_process_sco_out() local
648 BTstack_WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, &current_frame_number, &timestamp); in usb_process_sco_out()
921 LARGE_INTEGER timestamp; in usb_sco_start() local
922 BTstack_WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, &current_frame_number, &timestamp); in usb_sco_start()
1375 LARGE_INTEGER timestamp; in usb_send_sco_packet() local
1376 BTstack_WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, &current_frame_number, &timestamp); in usb_send_sco_packet()
/btstack/3rd-party/lwip/core/src/netif/
H A Dzepif.c78 PACK_STRUCT_FIELD(u32_t timestamp[2]);
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_traps.c353 u32_t timestamp = 0; in snmp_send_trap_or_notification_or_inform_generic() local
388 snmp_v2_special_varbinds[0].value = &timestamp; in snmp_send_trap_or_notification_or_inform_generic()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_can.c1456 uint32_t timestamp = 0U; in HAL_CAN_GetTxTimestamp() local
1470timestamp = (hcan->Instance->sTxMailBox[transmitmailbox].TDTR & CAN_TDT0R_TIME) >> CAN_TDT0R_TIME_… in HAL_CAN_GetTxTimestamp()
1474 return timestamp; in HAL_CAN_GetTxTimestamp()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_can.c1484 uint32_t timestamp = 0U; in HAL_CAN_GetTxTimestamp() local
1498timestamp = (hcan->Instance->sTxMailBox[transmitmailbox].TDTR & CAN_TDT0R_TIME) >> CAN_TDT0R_TIME_… in HAL_CAN_GetTxTimestamp()
1502 return timestamp; in HAL_CAN_GetTxTimestamp()
/btstack/platform/corefoundation/
H A Drfcomm_service_db_corefoundation.m141 // update timestamp
/btstack/src/
H A Dhci.h639 uint32_t timestamp; member
H A Dhci.c466 …if (btstack_run_loop_embedded_get_ticks() > connection->timestamp + btstack_run_loop_embedded_tick… in hci_connection_timeout_handler()
471 if (btstack_run_loop_get_time_ms() > (connection->timestamp + HCI_CONNECTION_TIMEOUT_MS)){ in hci_connection_timeout_handler()
480 connection->timestamp = btstack_run_loop_embedded_get_ticks(); in hci_connection_timestamp()
482 connection->timestamp = btstack_run_loop_get_time_ms(); in hci_connection_timestamp()
/btstack/example/
H A Da2dp_sink_demo.c644 media_header->timestamp = big_endian_read_32(packet, pos); in read_media_data_header()
/btstack/
H A DCHANGELOG.md212 - A2DP: use samples as timestamp, fixes issue with Apple Airpods Pro 2nd Gen
/btstack/3rd-party/lwip/core/
H A DCHANGELOG2350 TCP timestamp options, off by default. Rework tcp_enqueue() to
2509 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with