Users Guide

The bluetoothctl console opens.
2. Run the command to power on the Bluetooth device.
$power on
3. Register the agent for the keyboard:
$agent KeyboardOnly
$default-agent
4. Run the command to put the Bluetooth controller in pair-able mode.
$pairable on
5. Run the command to scan for nearby Bluetooth devices.
$scan on
6. Run the command to stop scanning after the Bluetooth keyboard is found.
$scan off
7. Run the command to pair the Bluetooth keyboard.
$pair <MAC address of Bluetooth keyboard>
8. Enter the PIN code on the Bluetooth keyboard, if needed.
9. Run the command to trust the Bluetooth keyboard.
$trust <MAC address of Bluetooth keyboard>
10. Run the command to connect the to the Bluetooth keyboard.
$connect <MAC address of Bluetooth keyboard>
11. To quit the bluetoothctl console.
$quit
Switching between WLAN and Bluetooth modes
1. Unload the WLAN/BT driver.
$ modprobe -r ven_rsi_sdio
2. Adjust the mode in /etc/modprobe.d/rs9113.conf
3. Reload the WLAN/BT driver.
$ modprobe ven_rsi_sdio
4. Verify the operation mode. Refer to the table for operating mode values.
$ cat /sys/module/ven_rsi_sdio/parameters/dev_oper_mode
Table 13. Operating-mode values for WLAN and Bluetooth
Operating mode value Wi-Fi station BT/BLE modes
supported
softAP Clients supported by
softAP
1 X N/A N/A
1 N/A X 32
13 X Dual (BT classic and
BTLE)
N/A
Setting up the operating system 55