예제 #1
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def bredr_on():
    exec_iut_cmd("btmgmt bredr on", True)
예제 #2
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def bredr_off():
    exec_iut_cmd("btmgmt bredr off", True)
예제 #3
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def discoverable_off():
    exec_iut_cmd("btmgmt discov off", True)
예제 #4
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def discoverable_limited(limit):
    exec_iut_cmd("btmgmt discov limited %d" % limit, True)
예제 #5
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def bondable_off():
    exec_iut_cmd("btmgmt bondable off", True)
예제 #6
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def discoverable_on():
    exec_iut_cmd("btmgmt discov on", True)
예제 #7
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def connectable_off():
    exec_iut_cmd("btmgmt connectable off", True)
예제 #8
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def bondable_on():
    exec_iut_cmd("btmgmt bondable on", True)
예제 #9
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def connectable_on():
    exec_iut_cmd("btmgmt connectable on", True)
예제 #10
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def advertising_off():
    exec_iut_cmd("btmgmt advertising off", True)
예제 #11
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def advertising_on():
    exec_iut_cmd("btmgmt advertising on", True)
예제 #12
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def power_on():
    exec_iut_cmd("btmgmt power on", True)
예제 #13
0
파일: btmgmt.py 프로젝트: yang325/auto-pts
def power_off():
    exec_iut_cmd("btmgmt power off", True)