Esempio n. 1
0
def connect_device(deviceAddress):
    try:
        bluetooth.connect_device(deviceAddress)
        set_device_trusted(deviceAddress, True)
    except:
        return False
    return True
Esempio n. 2
0
def connect_device(deviceAddress):
    try:
        bluetooth.connect_device(deviceAddress)
        set_device_trusted(deviceAddress, True)
    except:
        return False
    return True
Esempio n. 3
0
def connect_device(deviceAddress):
    bluetooth.connect_device(deviceAddress)
Esempio n. 4
0
def connect_device(deviceAddress):
    bluetooth.connect_device(deviceAddress)