Releases: PolarGoose/BluetoothDevicePairing
Releases · PolarGoose/BluetoothDevicePairing
v12.0
v11.0
Added ability to connect and disconnect audio Bluetooth devices like headphones, headsets, microphones, etc.
v10.0
- Bugfix: Only consider paired devices when unpair devices by name
v9.0
- Reduce a size of the executable
v8.0
- Add
list-adapters
command line option - Improve pairing with mac address.
v7.0
- Implement a different strategy for pairing and unpairing devises using a mac address. Device discovering phase before pairing is no longer needed.
- Improve console interface
- Require providing type of a bluetooth device for pairing and unpairing to avoid collisions when devices have the same name and mac address but different device types.
v6.0
- Use .Net 6.0
- Minor code structure improvements.
v5.0
Add ability to provide PIN code for pairing. Improve pairing with dev…
v4.0
Fix "Same MAC, same name - only difference is LE #1": Add "--type" command line option to specify which (LE or nonLE) device to use.
v3.0
Fix "Same MAC, same name - only difference is LE #1": Connect to both devices in case a device advertises itself as Bluetooth and BluetoothLE device with the same MAC and name simultaneously