modoCosmo Said:
"'Don't Pair: Unless you pair them, it is not going to be used by your Mac.' This is exactly my concern. The device showed up in my paired devices list, the icon in front of the name (macOS BigSur) was blue, this seems to mean the device was paired :("
-------
Add to Ignored Devices:
Try using Terminal to add this as an Ignored bluetooth device. You would get the MAC Address using a few commands. Of each device listed, it would be the first line shown (i.e "a1-b2-c3-d4-e5-f6"). If any downside, MAC Addresses can always be spoofed to be something else. So, unless they are top-end hackers, then I wouldn't worry a thing about it, and just proceed through Terminal.
Determining the Device: In the list, there are different items. For this item - Find its MAC Address, through use of its nam: The MAC Address is on top of the item. The Item Name is on the Botton of the time.
To open Terminal: Go to: Applications > Utilities > Terminal
How this is performed:
1. Get: this item's MAC Address, Using this command:
sudo defaults read /Library/Preferences/com.apple.Bluetooth.plist DeviceCache
2. Add: the MAC Address to the end of this command (Replace: <MAC ADDRESS> with the office Mac Address discovered above.
sudo defaults write /Library/Preferences/com.apple.Bluetooth.plist IgnoredDevices -array-add '<MAC ADDRESS>'
3. Verify: if this is not an ignored device:
sudo defaults read /Library/Preferences/com.apple.Bluetooth.plist IgnoredDevices
***SOURCE: Prevent auto-pairing for certain devices (Bluetooth) - Ask Different
---
Screenshot, with Personal Info Blocked Out:
