Bluetooth ETL parser (BTETLParse.exe) The Bluetooth ETL parse tool parses a provided ETL file and extracts hci traces. This tool is meant for etl files collected by following these tracing instructions (https://github.com/Microsoft/busiotools/tree/master/bluetooth/tracing). Tracefmt (https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/tracefmt) is a way to parse additional api logs from the etl file. # Command Line Options Usage: btetlparse [-cfa ] [-hci ] [-pcap ] [-pcapng ] [] [...] -cfa through -pcapng flags parse the etl file into different file types. -cfa Frontline Protocol Analysis System (http://www.fte.com/) is used for displaying reading/displaying this information. -hci This file type is mostly for scripts to consume and Notepad can open it. -pcap Wireshark (https://www.wireshark.org/) is used for opening this file type. -pcapng Wireshark (https://www.wireshark.org/) is used for opening this file type. The is the filename of the etl file we are trying to parse. Default is c:\temp\btetw.etl BTETLParse can parse multiple etl files at a time. # Usage example btetlparse -cfa BthTracing.cfa -hci BthTracing.hci -pcap BthTracing.pcap -pcapng BthTracing.pcapng BthTracing.etl Parses BthTracing.etl into all available filetypes.