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.95k stars 4.94k forks source link

Request for updated BLE GATT Profile drivers #159

Open hansmbakker opened 7 years ago

hansmbakker commented 7 years ago

Windows Driver Kit 8.0 had samples for writing BLE GATT Profile drivers. However, these drivers were targeted at Visual Studio 2012 and WDK 8.0, and they do not compile using VS2017.

Could you please update these samples since they are not available among the current bluetooth samples?

hansmbakker commented 7 years ago

I asked a question (related to this topic) about combining BLE GATT notifications with a HID injection driver at Stackoverflow. @AlainMichaud, is this something you could help with? Or could you suggest somebody who knows what approach is best to take?

hansmbakker commented 7 years ago

@AlainMichaud thank you already for your quick reply on stackoverflow! I replied there with some questions for clarification on your answer, because I am trying to fully understand what you meant and the reasoning behind your advice. Would you have time to have a look at that?