:
'''
Created on Nov 16, 2011
@author: Radu
'''
import time
import bluetooth
def search():
devices = bluetooth.discover_devices(duration=20, lookup_names = True)
return devices
if __name__=="__main__":
while True:
results = search()
if (results!=None):
for addr, name in results:
print "{0} - {1}".format(addr, name)
time.sleep(60)
20 , 1 , . Windows, Serioux BT Dongle.
, .