Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
python-bluez (Linux の下) を使用して、Python で Bluetooth アプリケーションを構築しています。
しかし、私のコンピュータには 2 つの Bluetooth アダプタ (1 つが内蔵、1 つが USB ドングル) があります。
現在のコードはかなり基本的なものです ;)
nearby_devices = bluetooth.discover_devices()
python-bluezファイル自体を変更する必要があることがわかりました。