Skip to content

Commit

Permalink
add IFR_setup_BTH.cmd to enable verbose Bluetooth driver tracing
Browse files Browse the repository at this point in the history
* add IFR_setup_BTH.cmd to enable verbose Bluetooth driver tracing
  • Loading branch information
erikpe-msft authored May 4, 2018
1 parent 797e347 commit 818bb03
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bluetooth/tracing/IFR_setup_BTH.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
rem Setting up IFR on bthport and bthusb
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHUSB\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHPORT\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthmini
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHMini\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthuart
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHuart\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on hidclass and hidbth
@REG ADD "HKLM\System\CurrentControlSet\Services\HIDBTH\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthenum
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHENUM\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthprint
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHPRINT\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthmodem
@REG ADD "HKLM\System\CurrentControlSet\Services\BTHMODEM\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on rfcomm
@REG ADD "HKLM\System\CurrentControlSet\Services\RFCOMM\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthserv
@REG ADD "HKLM\System\CurrentControlSet\Services\bthserv\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthleenum
@REG ADD "HKLM\System\CurrentControlSet\Services\bthleenum\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on btha2dp
@REG ADD "HKLM\System\CurrentControlSet\Services\btha2dp\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthhfenum
@REG ADD "HKLM\System\CurrentControlSet\Services\bthhfenum\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthhfaud
@REG ADD "HKLM\System\CurrentControlSet\Services\bthhfaud\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

rem Setting up IFR on bthhfhid
@REG ADD "HKLM\System\CurrentControlSet\Services\bthhfhid\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f

0 comments on commit 818bb03

Please sign in to comment.