Users Guide

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. WLAN/BT 드라이버를 언로드합니다.
$ modprobe -r ven_rsi_sdio
2. /Etc/modprobe.d/rs9113.conf에서 모드를 조정합니다.
3. WLAN/BT 드라이버를 다시 로드합니다.
$ modprobe ven_rsi_sdio
4. 작동 모드를 확인합니다. 작동 모드 값은 표를 참조하십시오.
$ cat /sys/module/ven_rsi_sdio/parameters/dev_oper_mode
13. WLAN Bluetooth 작동 모드
작동 모드 Wi-Fi 스테이션 지원되는 BT/BLE 모드 softAP softAP에서 지원하는
라이언트
1 X 해당 없음 해당 없음
1 해당 없음 X 32
13 X 이중(BT 클래식 BLE) 해당 없음
14 이중(BT 클래식 BLE) X 4
5 X BT 클래식 해당 없음
6 BT 클래식 X 32
Bluetooth SPP(직렬 포트 프로파일)
BT 어댑터의 MAC 주소에 대한 가정:
BT MAC(MYCLIENT): XX:XX:XX:XX:XX:XX
BT MAC(MYSERVER): YY:YY:YY:YY:YY:YY
1. 사전 요구 사항(Debian 해당, Ubuntu Core OS에는 필요하지 않음).
sudo apt-get install bluez bluez-tools
운영 체제 설정 55