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