Users Guide

Table Of Contents
10. Jalankan perintah berikut untuk menyambungkan keyboard Bluetooth.
# connect <MAC address of Bluetooth keyboard>
11. Jalankan perintah berikut untuk menutup konsol bluetoothctl.
# quit
Berpindah antara mode WLAN dan Bluetooth
1. Sesuaikan mode dari bawaan 13 hingga 14 di /etc/modprobe.d/rs9113.conf.
# options rsi_sdio dev_oper_mode=14
2. Verifikasikan mode operasi.
# cat /sys/module/rsi_sdio/parameters/dev_oper_mode
Tabel 32. Nilai mode pengoperasian untuk WLAN dan Bluetooth
Nilai mode
pengoperasian
STA AP BT EDR BLE Klien didukung
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 (Profil Port Serial Bluetooth) (SPP)
Asumsi untuk alamat MAC dari masing-masing adaptor BT:
BT MAC(MYCLIENT): XX:XX:XX:XX:XX:XX
BT MAC(MYSERVER): YY:YY:YY:YY:YY:YY
1. Pra-syarat
# sudo apt-get install bluez bluez-tools
2. Siapkan untuk memasangkan MYSERVER dan 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. Pasangkan dengan satu sama lain.
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
Menyiapkan sistem operasi
83