Closed ujuc closed 8 years ago
bluetooth
# systemctl stop bluetooth # systemctl start bluetooth # systemctl status bluetooth
# rfkill list # rfkill unblock bluetooth
bluetoothctl
agent
hciconfig
ifconfig
hci
hciconfig hci0 sspmode 1
hci0
hciconfig hci0 sspmode
hciconfig hci0 lestates
hcitool
hcitool scan
pybluez
Bluetooth 설정
설정
bluetooth
데몬을 실행시켜준다.어플리케이션 사용
bluetoothctl
agent
를 설정하여 범위를 줄여서 확인할 수 있다.hciconfig
ifconfig
와 같은hci
관련 디바이스들의 상태를 확인할 수 있는 툴이다.hciconfig hci0 sspmode 1
:hci0
에 간단한 페어링 설정을 활성화 한다는 의미이다.hciconfig hci0 sspmode
:hci0
에 설정된 간략한 페어링 설정이 어떻게 되어있는지를 확인한다는 것.hciconfig hci0 lestates
: LE 모듈 관련되서 설정들을 확인할 수 있음.hcitool
bluetoothctl
을 사용하지 않고서 작업을 진행할 수 있다.hcitool scan
을 이용하여 블루투스 기기를 검색할 수 있다.pybluez
hcitool
을 더 많이 쓰는 것으로...참고자료