Users Guide

10. 執行下列命令以連線至藍牙鍵盤。
# connect <MAC address of Bluetooth keyboard>
11. 執行下列命令以結束 bluetoothctl 主控台。
# quit
WLAN 和藍牙模式之間切換
1. /etc/modprobe.d/rs9113.conf 中將模式的預設 13 調整 14
# options rsi_sdio dev_oper_mode=14
2. 驗證作業模式。
# cat /sys/module/rsi_sdio/parameters/dev_oper_mode
32. WLAN 和藍牙的作業模式
作業模式 STA AP BT EDR BLE 支援的用戶端數
1 X
1 X 32
4 X
5 X X
6 X X 32
8 X
9 X X
13 X X X
14 X X X 4
藍牙序列埠設定檔 (SPP)
BT 網路卡的假設 MAC 位址。
BT MAC(MYCLIENT)XX:XX:XX:XX:XX:XX
BT MAC(MYSERVER)YY:YY:YY:YY:YY:YY
1. 預先要求。
# sudo apt-get install bluez bluez-tools
2. 準備配對 MYSERVER MYCLIENT
# sudo bluetoothctl
[bluetoothctl]# power on
[bluetooth]# discoverable on
[bluetooth]# scan on
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 配對這兩個裝置。
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
設定作業系統 81