Users Guide

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
9. 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
2. MYSERVER MYCLIENT 페어링 준비
$ sudo bluez.bluetoothctl -a
[bluetoothctl]# power on
[bluetooth]# discoverable on
[bluetooth]# scan on
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 서로 페어링합니다. Bluetooth V2.1 기준으로, SSP(Secure Simple Pairing) 수행해야 하며 Dell Gateway 3000 시리즈에 해당되
디바이스에 대해 가지 페어링 방법이 제공됩니다.
Just Works(바로 작동)
Numeric Comparison(숫자 비교)
Passkey Entry(패스키 입력)
노트: Blueetooth 페어링에 대한 자세한 정보는 https://blog.bluetooth.com/bluetooth-pairing-part-4 참조하십시오.
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
4. SPP 구성합니다.
운영 체제 설정 55