I'm looking for a way to connect a Windows Mobile device to a PC via Bluetooth and have it show up on the PC as a HID device (i.e. Keyboard or Mouse). I imagine this would mostly be a matter of modifying the available Bluetooth profiles on the Windows Mobile device so that it exposes a Bluetooth HID interface... Is that even possible? Would it require a custom driver or something on the WinMo device?? For the most part, my main requirement is that it not require ANY special software on the PC side, it should simply use the built in Bluetooth stack and think that the WinMo device is actually a HID device and not a PDA.
I have WinMo devices that have barcode scanning capability, so I would like to be able to use the PDA to scan barcodes to the PC, using that HID interface.
Also, I mainly use C++ and C#, so if it could be done in one of these languages, that would be best.
Any suggestions?