Hi,
I need to make a mobile phone look as bluetooth smart card reader for Windows. I would like to modify pc/sc driver that is available in WDK to work over Bluetooth with serial port profile.
As I understand I just need to forward all requests to the lower level driver (from Bluetooth stack in my case). Bluetooth SPP is enabled by default in Windows, therefore I do not need to implement it.
To create USB target device object for usb smart card reader drivers the WdfUsbTargetDeviceCreate is used. How can I create Bluetooth I/O target object? How can I specify to use serial port profile?
I could not find any examples in the Internet of how to make driver work over Bluetooth therefore I am asking for help.
Please correct me if I understand something wrong. How can I make that sample driver work over Bluetooth?
Best regards,
Aleksandr
I need to make a mobile phone look as bluetooth smart card reader for Windows. I would like to modify pc/sc driver that is available in WDK to work over Bluetooth with serial port profile.
As I understand I just need to forward all requests to the lower level driver (from Bluetooth stack in my case). Bluetooth SPP is enabled by default in Windows, therefore I do not need to implement it.
To create USB target device object for usb smart card reader drivers the WdfUsbTargetDeviceCreate is used. How can I create Bluetooth I/O target object? How can I specify to use serial port profile?
I could not find any examples in the Internet of how to make driver work over Bluetooth therefore I am asking for help.
Please correct me if I understand something wrong. How can I make that sample driver work over Bluetooth?
Best regards,
Aleksandr