Package conduit :: Package utils :: Module Bluetooth :: Class BluetoothSearcher
[hide private]

Class BluetoothSearcher

source code


Nested Classes [hide private]

Inherited from Singleton.Singleton: __metaclass__

Instance Methods [hide private]
 
__init__(self) source code
 
watch_for_devices(self, cb, class_check_func=is_phone_class) source code
 
call_callbacks(self, address, name, device_class) source code
 
get_devices(self) source code
 
run(self) source code

Inherited from Thread.PauseCancelThread: cancel, is_cancelled, pause

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from Thread.PauseCancelThread: SLEEP, SLEEP_TIME

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Thread.PauseCancelThread.__init__

run(self)

source code 
Overrides: Thread.PauseCancelThread.run