BluetoothCL is a small console application that dumps all current detected bluetooth devices into the standard output. For each Bluetooth device, the following information is displayed: MAC Address, Name, Major Device Type, Minor Device Type, and optionally the company name of the device (if external file of MAC addresses – oui.txt is provided)
BluetoothCL is a console application, which means that you should run it in a "Command Prompt" window. When you run it, the list of all currently detected bluetooth devices is sent to the console output. As with any console application, you can redirect the output into a file by using ‘>’ or ‘>>’ in the command-line:
BluetoothCL.exe > c:tempbt.txt
New in this version:
- Version 1.05 – Fixed bug: when redirecting the output to a file (BluetoothCL.exe > filename.txt), the file remained empty.