VirtualBT is a Bluetooth server for Windows, designed to emulate input devices such as keyboards, mice, and game controllers.
The application leverages Windows Bluetooth Low Energy (through BluetoothLEExplorer) alongside the Windows GattServicesLibrary and SortedObservableCollection to function as a virtual Bluetooth input device. It aims to enable seamless connectivity with a wide range of devices, including smartphones and gaming consoles, that support Bluetooth input peripherals. Future enhancements will include support for mouse and gamepad emulation.
- Bluetooth Device Scanning and Pairing: Supports scanning and pairing with Bluetooth devices using a security PIN for authentication.
- Generic Input Device Connectivity: Connects to devices as a standard input peripheral.
- Keyboard Input Simulation: Sends keyboard input to the connected device while the application is in focus.
A big thank you goes out to all the contributors at the mart1nro/joycontrol, Brikwerk/nxbt, and dekuNukem/Nintendo_Switch_Reverse_Engineering repositories! Almost all information pertaining to the innerworkings of the Nintendo Switch Controllers comes from the documentation and code in those repos. Without it, NXBT and this project wouldn't have been possible.
- All code, unless otherwise stated, is licensed under the GPL-3.0 License.
- JoyControl is licensed under GPL-3.0
- Code by Microsoft is licensed as MIT.
- NXBT is licensed as MIT.