summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bluetooth/bthecho/README.md4
-rw-r--r--bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inxbin5974 -> 4526 bytes
-rw-r--r--bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inxbin5988 -> 4538 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/bluetooth/bthecho/README.md b/bluetooth/bthecho/README.md
index 6f7c92c8..275cf8d9 100644
--- a/bluetooth/bthecho/README.md
+++ b/bluetooth/bthecho/README.md
@@ -58,7 +58,7 @@ You can build the sample in two ways: using the Visual Studio Integrated Develop
#### Server Installation
-1. Copy KMDF coinstaller (wdfcoinstallerMMmmm.dll, from redist\\wdf\\ ), BthEchoSampleSrv.Sys, BthEchoSampleSrv.inf and bthsrvinst.exe on a temporary directory on the target machine.
+1. Copy BthEchoSampleSrv.Sys, BthEchoSampleSrv.inf and bthsrvinst.exe on a temporary directory on the target machine.
1. Run bthsrvinst.exe /i to install the echo server device. This enables the Bluetooth Enumerator (BthEnum.sys) to enumerate echo server device and create a PDO for the device (please refer to the device tree below).
@@ -111,7 +111,7 @@ You can build the sample in two ways: using the Visual Studio Integrated Develop
> [!IMPORTANT]
> This must be done on a separate machine from the one where echo server device was installed.
-1. Copy KMDF coinstaller (wdfcoinstallerMMmmm.dll, from redist\\wdf\\), BthEchoSampleCli.Sys, BthEchoSampleCli.inf and bthecho.exe on a temporary directory on the target machine.
+1. Copy BthEchoSampleCli.Sys, BthEchoSampleCli.inf and bthecho.exe on a temporary directory on the target machine.
1. Run bthprops.cpl from a command line or right click on the Bluetooth icon in the system tray and select 'Show Devices' to bring up a list of installed Bluetooth devices.
diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx
index a1d3eb5a..e6bfeb55 100644
--- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx
+++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx
Binary files differ
diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx
index fecdbcb5..f8f62e88 100644
--- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx
+++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx
Binary files differ