Computers/Raspberry-pi

블루투스 관련 명령어(?)

emzei 2013. 6. 24. 21:09

hciconfig device up
hciconfig set name raspberrypi-0
hciconfig set class 0x4e2100
hciconfig enable iscan

 : makes the bluetooth device "discoverableby enabling it to answer "inquiries" from other nearby bluetooth devices.
hciconfig enable pscan

 : makes the bluetooth device "connectable to" by enabling the use of the "page scan" channel.

 

http://linux.die.net/man/5/hcid.conf

'Computers > Raspberry-pi' 카테고리의 다른 글

hcitool scan : time out !  (0) 2013.06.24
bluetooth dongle ... rfcomm  (0) 2013.06.24
usb memory 마운트  (0) 2013.06.24
raspbian sdcard 용량 맞추기  (0) 2013.06.24