- Windows Driver Kit : https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
- Frontline Protocol Analysis System: http://www.fte.com/support/CPAS-download.aspx?demo=Sodera%20LE&iid=SLE
- Start an administrator command prompt: type
cmd
in the windows menu, right click on "command prompt" and select "Run as Administrator" logman create trace "bth_hci" -ow -o c:\bth_hci.etl -p {8a1f9517-3a8c-4a9e-a018-4f17a200f277} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 -ets
- reproduce your issue
logman stop "bth_hci" -ets
- a file named "bth_hci.etl" will be stored in C:
"C:\Program Files (x86)\Windows Kits\10\Tools\x64\Bluetooth\BETLParse\btetlparse.exe" C:\bth_hci.etl
- a file named "bth_hci.cfa" will be stored in C:
- Start "Viewer" in the "Frontline" menu in Windows' menu
- Open bth_hci.cfa
- In the "View" menu, select "Frame Display"