Users Guide

1. 명령을 실행하여 bluetoothctl 콘솔을 시작합니다.
#bluetoothctl
bluetoothctl 콘솔이 열립니다.
2. 다음 명령을 실행하여 Bluetooth 디바이스의 전원을 켭니다.
# power on
3. 키보드에 에이전트를 등록합니다.
# agent KeyboardOnly
# default-agent
4. 다음 명령을 실행하여 Bluetooth 컨트롤러를 페어링 가능 모드에 놓습니다.
# pairable on
5. 다음 명령을 실행하여 근처의 Bluetooth 디바이스를 검색합니다.
# scan on
6. 다음 명령을 실행하여 Bluetooth 키보드 발견 검사를 중지하게 만듭니다.
# scan off
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
25. WLAN Bluetooth 작동 모드
작동 모드 STA AP BT EDR BLE 지원되는 클라이언
1 X
1 X 32
4 X
5 X X
6 X X 32
운영 체제 설정 77