Simulating Human Interface Device via Bluetooth

2019-08-01 08:06发布

问题:

Is there a way to simulate a human interface device (HID) using c# ? What i am trying to do is to connect 2 devices (first one is a pc and will host my application, and second device can be a pc or a mobile device) via Bluetooth. After connecting the devices i will send mouse or keyboard input from my host pc to the other device. First of all, is this possible ? If so how ?

Thanks in advanced.