2021年1月7日 星期四

Linux 用 bluetoothctl 連接 藍牙裝置

啟用 Bluetoothctl 管理

# bluetoothctl

列示 bluetooth dungle 裝置 mac

[bluetooth]# list
Controller [local mac address]

指定控制的藍牙裝置

[bluetooth]# select [local mac address]

啟用藍牙裝置

[bluetooth]# power on

打開掃描功能

[bluetooth]# scan on

打開 agent

[bluetooth]# agent on

畫面這時會閃現裝置掃描到的可連接藍牙裝置

信任要連接的裝置mac

[bluetooth]# trust [BT mac address]

與連接裝置做 pair 動作

[bluetooth]# pair [BT mac address]

(需手動認證的裝置的話這邊需要輸入畫面顯示的 PIN code.)

連結裝置

[bluetooth]# connect [BT mac address]

搞定收工

[bluetooth]# exit 

資料來源: http://oniloki.blogspot.com/2014/07/bluetoothctl.html

沒有留言: