bluetooth.rst
changeset 128 227c1986d643
parent 127 54418eba8bc7
child 129 fc03b0f58a94
equal deleted inserted replaced
127:54418eba8bc7 128:227c1986d643
    60 In order to do this remote device must be set "visible".
    60 In order to do this remote device must be set "visible".
    61 
    61 
    62 ** How to set bluetooth dongle "visible"?
    62 ** How to set bluetooth dongle "visible"?
    63 
    63 
    64   $ hciconfig -a | grep hci.:
    64   $ hciconfig -a | grep hci.:
    65 hci0:	Type: USB
    65 hci0: Type: USB
    66   $ sudo hciconfig hci0 piscan
    66   $ sudo hciconfig hci0 piscan
       
    67 
       
    68 ** How to determine bluetooth dongle is "visible"?
       
    69 
       
    70 Run hciconfig -a and see for PSCAN and ISCAN keyword:
       
    71 
       
    72   $ hciconfig -a
       
    73 hci0: Type: USB
       
    74 ...
       
    75     UP RUNNING PSCAN ISCAN
       
    76 ...
       
    77 
       
    78 then try from another host:
       
    79 
       
    80   $ hcitool scan
       
    81 
       
    82 or use another device such as phone to search.
    67 
    83 
    68 ** What version of Bluetooth support local device?
    84 ** What version of Bluetooth support local device?
    69 
    85 
    70   $ sudo hciconfig -a
    86   $ sudo hciconfig -a
    71 hci0:   Type: USB
    87 hci0:   Type: USB