From aa8aefcaec598927a289c216c9118aa4e1b5663b Mon Sep 17 00:00:00 2001 From: Nick Mazurek Date: Fri, 11 May 2018 15:08:33 -0700 Subject: [PATCH] Add AVRCP transport to IFR setup script. Move audio driver providers to use NonPagedMemory --- bluetooth/tracing/BluetoothStack.wprp | Bin 72566 -> 72578 bytes bluetooth/tracing/IFR_setup_BTH.cmd | 3 +++ 2 files changed, 3 insertions(+) diff --git a/bluetooth/tracing/BluetoothStack.wprp b/bluetooth/tracing/BluetoothStack.wprp index ed547690f3f177478526f045a82a5e424951202c..68a27117bc7d1594483fd5aab3a451e3cf43d34d 100644 GIT binary patch delta 129 zcmeyijiqTj%LcBb%^#9g_$L?ql$orS#J5?gRKa@EXE`9dZ_@gV$qFSmCV#MJn{LC$ z$TwM|m~V5+1}@%dLX2#aWr}A(6--|s#3;16Zf}d}P=&T>fxFE;KzjRKn>S80Ieo9UH||9 delta 167 zcmZqL&hl*=%LcBb$@@|{rvKt$6qy{cfp7AXH4U3LB-t=-=1NlGpZvj|Z91P2Bj4nT zb$pXI>;_3$F-}e}uNo@NEK1L~Kkb&Db2{B&a F007*MKiB{O 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