Bluetooth auto Authentication.
- Listens for Bluetooth authentication requests on the primary radio.
- Matches incoming requests by device name. Requests from devices not matching the string specified as the first command-line argument are ignored.
- If the authentication method is 'Legacy', then sets the PIN to the one specified as the second command-line argument.
- Confirms the authentication request.
One might want to uncheck the 'Alert me when a new Bluetooth device wants to connect' checkbox in the 'Notifications' area of the 'Bluetooth Settings'.
- Version: 3.5
- Website: http://www.microsoft.com/net
- Download: http://www.microsoft.com/net/downloads
- Version: 3.5
- Website: https://32feet.codeplex.com/
- Download: https://32feet.codeplex.com/releases/view/88941
BtAuth can be run as a console application:
BtAuth.exe "<deviceName>" "<pin>"
where:
-
<deviceName>
is a string that should be a part of a name of a device that tries to authenticate. Defaults to*
(handles all devices). -
<pin>
is an authentication code that should be set in case the authentication method is 'Legacy'. Defaults to1234
.
BtAuth.exe "Mini300" "1234"
This project is released under the MIT License.