# HG changeset patch # User Oleksandr Gavenko # Date 1244307430 -10800 # Node ID 227c1986d643a4b53dae0a4544460f471452bb28 # Parent 54418eba8bc741fc79c73c714be42ff80b32755a How to determine bluetooth dongle is "visible". diff -r 54418eba8bc7 -r 227c1986d643 bluetooth.rst --- a/bluetooth.rst Sat Jun 06 19:20:54 2009 +0300 +++ b/bluetooth.rst Sat Jun 06 19:57:10 2009 +0300 @@ -62,9 +62,25 @@ ** How to set bluetooth dongle "visible"? $ hciconfig -a | grep hci.: -hci0: Type: USB +hci0: Type: USB $ sudo hciconfig hci0 piscan +** How to determine bluetooth dongle is "visible"? + +Run hciconfig -a and see for PSCAN and ISCAN keyword: + + $ hciconfig -a +hci0: Type: USB +... + UP RUNNING PSCAN ISCAN +... + +then try from another host: + + $ hcitool scan + +or use another device such as phone to search. + ** What version of Bluetooth support local device? $ sudo hciconfig -a