Users Guide
8. Enter the PIN code on the Bluetooth keyboard, if needed.
9. Run the following command to trust the Bluetooth keyboard.
# trust <MAC address of Bluetooth keyboard>
10. Run the following command to connect to the Bluetooth keyboard.
# connect <MAC address of Bluetooth keyboard>
11. Run the following command to quit the bluetoothctl console.
# quit
Switching between WLAN and Bluetooth modes
1. Adjust the mode from default 13 to 14 in /etc/modprobe.d/rs9113.conf.
# options rsi_sdio dev_oper_mode=14
2. Verify the operation mode.
# cat /sys/module/rsi_sdio/parameters/dev_oper_mode
Table 32. Operating-mode values for WLAN and Bluetooth
Operating mode
value
STA AP BT EDR BLE Clients supported
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
Bluetooth Serial Port Profile (SPP)
Assumptions for MAC addresses of each BT adapter:
● BT MAC(MYCLIENT): XX:XX:XX:XX:XX:XX
● BT MAC(MYSERVER): YY:YY:YY:YY:YY:YY
1. Pre-requirements.
# sudo apt-get install bluez bluez-tools
2. Prepare to pair MYSERVER and MYCLIENT.
# sudo bluetoothctl
[bluetoothctl]# power on
[bluetooth]# discoverable on
[bluetooth]# scan on
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
Setting up the operating system
83