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