microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.75k stars 4.89k forks source link

bthecho installation error "Driver entry point not found" on Windows 10.0.17763 #1178

Open steam3d opened 4 weeks ago

steam3d commented 4 weeks ago

When I try to install client driver on Windows 10.0.17763 I get the error:

Driver entry point not found
Device driver %hs was unable to find entry point %hs in driver %hs. driver development.

Disabling BthEchoCliRetrieveServerSdpRecord will resolve Driver entry point not found issue, but I can not find the server PSM then https://github.com/microsoft/Windows-driver-samples/blob/0038767e5a3f27d464d20f2d4b97f607e58aac5d/bluetooth/bthecho/bthcli/sys/device.c#L345