Universal Bluetooth Transport Driver Vendor Specific Additions

Hi All,

I am working on bringing up BT UART transport driver for one of our vendors. We have worked earlier on BT transport drivers specific to Wince/WEC7 and able to bring up successfully.

As Windows later versions moved with Universal Driver approach, the new BT UART transport driver sample is bit confusing with respect to Vendor specific additions.

Our requirement is to download the BT firmware on to the target prior to IOCTL notifications from the BT stack. In our case, Vendor firmware download process needs HCI event notifications from the target.

Sample driver has a common callback registered for both the IOCTL entries as well as HCI event notifications.

Please suggest us on how to proceed and where to add the Vendor HCI commands.

Thanks