インストールはこちらを確認。
サンプルコード
macOSに接続中のdeviceの状態が取得できる。
from plyer import bluetooth
print(str(bluetooth.info))
# 2021-12-04 13:05:47.447 system_profiler[00000:000000] SystemInfo-AccessoryFW from dict - device_name = 0x0000
# 2021-12-04 13:05:47.456 system_profiler[00000:000000] SystemInfo-AccessoryFW from dict - device_name = 0x0000
On