Ejemplo n.º 1
0
def bredr_on():
    exec_iut_cmd("btmgmt bredr on", True)
Ejemplo n.º 2
0
def bredr_off():
    exec_iut_cmd("btmgmt bredr off", True)
Ejemplo n.º 3
0
def discoverable_off():
    exec_iut_cmd("btmgmt discov off", True)
Ejemplo n.º 4
0
def discoverable_limited(limit):
    exec_iut_cmd("btmgmt discov limited %d" % limit, True)
Ejemplo n.º 5
0
def bondable_off():
    exec_iut_cmd("btmgmt bondable off", True)
Ejemplo n.º 6
0
def discoverable_on():
    exec_iut_cmd("btmgmt discov on", True)
Ejemplo n.º 7
0
def connectable_off():
    exec_iut_cmd("btmgmt connectable off", True)
Ejemplo n.º 8
0
def bondable_on():
    exec_iut_cmd("btmgmt bondable on", True)
Ejemplo n.º 9
0
def connectable_on():
    exec_iut_cmd("btmgmt connectable on", True)
Ejemplo n.º 10
0
def advertising_off():
    exec_iut_cmd("btmgmt advertising off", True)
Ejemplo n.º 11
0
def advertising_on():
    exec_iut_cmd("btmgmt advertising on", True)
Ejemplo n.º 12
0
def power_on():
    exec_iut_cmd("btmgmt power on", True)
Ejemplo n.º 13
0
def power_off():
    exec_iut_cmd("btmgmt power off", True)