Users Guide

Table Of Contents
7. 다음 명령을 실행하여 Bluetooth 키보드를 페어링합니다.
# pair <MAC address of Bluetooth keyboard>
8. 필요한 경우 Bluetooth 키보드에 PIN 코드를 입력합니다.
9. 다음 명령을 실행하여 Bluetooth 키보드를 신뢰하게 만듭니다.
# trust <MAC address of Bluetooth keyboard>
10. 다음 명령을 실행하여 Bluetooth 키보드에 연결합니다.
# connect <MAC address of Bluetooth keyboard>
11. 다음 명령을 실행하여 bluetoothctl 콘솔을 종료합니다.
# quit
WLAN Bluetooth 모드 간의 전환
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 Bluetooth 작동 모드
작동 모드 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
Bluetooth SPP(Serial Port Profile)
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
82 운영 체제 설정