Can Bluetooth be disabled on Logitech conference cameras?
The admin tool is a Windows command line tool that allows you to disable/enable Bluetooth on your ConferenceCam device. In order to use this tool you must open a command prompt, navigate to the folder where admintool.exe is located and type the appropriate command with the device connected via USB. The device is specified by including the appropriate PID from the list below in the command line.
Audio Device Product IDs (PID)
2124 - Logitech ConferenceCam Connect
2118 - Logitech ConferenceCam CC3000e
2135 - Logitech GROUP
0867 - Logitech MeetUp
0885 - Logitech Rally or Rally Plus
Example Command Format
Copy
>admintool.exe -p [PID] -s [COMMAND]
Disabling Bluetooth on Rally, Rally Plus and MeetUp is done with a command line tool named “admintool.exe.” Admintool.exe is available for Windows only.
Download admintool.exe from the following link: Logitech IT Admin Tool for Windows
On the computer connected to the appropriate Logitech product, open File Explorer and navigate to the folder where admintool.exe was downloaded. In the address bar of File Explorer type CMD to open the command window.
At the prompt in the command window, run this command:
To disable Bluetooth on MeetUp:
Copy
>admintool.exe -p 0867 -s bt_disable 1
To disable Bluetooth on Rally or Rally Plus:
Copy
>admintool.exe -p 0885 -s bt_disable 1
To disable Bluetooth on Group:
Copy
>admintool.exe -p 2135 -s bt_disable 1
Power cycle the camera and Bluetooth will be disabled.
Bluetooth can be enabled by running the following command:
Copy
>admintool.exe -p [PID] -s bt_disable 0