diff --git a/bluetooth/tracing/BluetoothStack.wprp b/bluetooth/tracing/BluetoothStack.wprp index ed54769..68a2711 100644 Binary files a/bluetooth/tracing/BluetoothStack.wprp and b/bluetooth/tracing/BluetoothStack.wprp differ diff --git a/bluetooth/tracing/IFR_setup_BTH.cmd b/bluetooth/tracing/IFR_setup_BTH.cmd index f03c583..85698c1 100644 --- a/bluetooth/tracing/IFR_setup_BTH.cmd +++ b/bluetooth/tracing/IFR_setup_BTH.cmd @@ -40,3 +40,6 @@ rem Setting up IFR on bthhfaud rem Setting up IFR on bthhfhid @REG ADD "HKLM\System\CurrentControlSet\Services\bthhfhid\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f + +rem Setting up IFR on Microsoft_Bluetooth_AvrcpTransport +@REG ADD "HKLM\System\CurrentControlSet\Services\Microsoft_bluetooth_avrcptransport\Parameters" /v "VerboseOn" /t REG_DWORD /d 0x1 /f \ No newline at end of file