Skip to content

Releases: PolarGoose/BluetoothDevicePairing

v11.0

05 May 18:02
Compare
Choose a tag to compare

Added ability to connect and disconnect audio Bluetooth devices like headphones, headsets, microphones, etc.

v10.0

27 Mar 18:56
Compare
Choose a tag to compare
  • Bugfix: Only consider paired devices when unpair devices by name

v9.0

30 Jan 20:18
Compare
Choose a tag to compare
  • Reduce a size of the executable

v8.0

24 Jan 07:26
Compare
Choose a tag to compare
  • Add list-adapters command line option
  • Improve pairing with mac address.

v7.0

16 Jan 16:52
Compare
Choose a tag to compare
  • 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

29 Dec 18:21
Compare
Choose a tag to compare
  • Use .Net 6.0
  • Minor code structure improvements.

v5.0

18 Dec 20:20
Compare
Choose a tag to compare
Add ability to provide PIN code for pairing. Improve pairing with dev…

…ices which ask confirmation if PIN code matches.

v4.0

08 Dec 20:36
Compare
Choose a tag to compare
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

07 Dec 20:25
Compare
Choose a tag to compare
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

v2.0

22 Nov 11:48
Compare
Choose a tag to compare
Compile the program for x86 architecture to reduce the executable siz…

…e and remove the requirement to have an x64 OS