/btstack/tool/ |
H A D | create_packet_log.py | 74 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 D | avdtp_source.c | 171 …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 D | a2dp_source.c | 211 …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 D | a2dp_source.h | 174 …m_send_media_payload_rtp(uint16_t a2dp_cid, uint8_t local_seid, uint8_t marker, uint32_t timestamp,
|
H A D | avdtp_source.h | 259 …_send_media_payload_rtp(uint16_t avdtp_cid, uint8_t local_seid, uint8_t marker, uint32_t timestamp,
|
H A D | avdtp.h | 378 uint32_t timestamp; member
|
/btstack/platform/windows/ |
H A D | hci_transport_h2_winusb.c | 479 LARGE_INTEGER timestamp; in usb_submit_sco_in_transfer_at_frame() local 481 WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, ¤t_frame_number, ×tamp); 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, ¤t_frame_number, ×tamp); 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, ¤t_frame_number, ×tamp); in usb_process_sco_out() 921 LARGE_INTEGER timestamp; in usb_sco_start() local 922 BTstack_WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, ¤t_frame_number, ×tamp); in usb_sco_start() 1375 LARGE_INTEGER timestamp; in usb_send_sco_packet() local 1376 BTstack_WinUsb_GetCurrentFrameNumber(usb_interface_0_handle, ¤t_frame_number, ×tamp); in usb_send_sco_packet()
|
/btstack/3rd-party/lwip/core/src/netif/ |
H A D | zepif.c | 78 PACK_STRUCT_FIELD(u32_t timestamp[2]);
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_traps.c | 353 u32_t timestamp = 0; in snmp_send_trap_or_notification_or_inform_generic() local 388 snmp_v2_special_varbinds[0].value = ×tamp; in snmp_send_trap_or_notification_or_inform_generic()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_can.c | 1456 uint32_t timestamp = 0U; in HAL_CAN_GetTxTimestamp() local 1470 …timestamp = (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 D | stm32f4xx_hal_can.c | 1484 uint32_t timestamp = 0U; in HAL_CAN_GetTxTimestamp() local 1498 …timestamp = (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 D | rfcomm_service_db_corefoundation.m | 141 // update timestamp
|
/btstack/src/ |
H A D | hci.h | 639 uint32_t timestamp; member
|
H A D | hci.c | 466 …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 D | a2dp_sink_demo.c | 644 media_header->timestamp = big_endian_read_32(packet, pos); in read_media_data_header()
|
/btstack/ |
H A D | CHANGELOG.md | 212 - A2DP: use samples as timestamp, fixes issue with Apple Airpods Pro 2nd Gen
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 2350 TCP timestamp options, off by default. Rework tcp_enqueue() to 2509 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with
|