Home
last modified time | relevance | path

Searched refs:client_ad (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_coc_test_utils.py42 def do_multi_connection_throughput(client_ad, list_server_ad, argument
61 client_ad.log.info(
69 client_ad.log.error("do_multi_connection_throughput: invalid "
77 client_ad.log.info("do_multi_connection_throughput: "
80 client_ad.droid.bluetoothConnectionThroughputSend(
83 client_ad.log.error("Failed to write data: {}".format(err))
90 client_ad.droid.bluetoothConnectionThroughputSend(
93 client_ad.log.error("Failed to write data: {}".format(err))
118 client_ad.log.error("Buffer transmits cannot take zero time")
129 client_ad, argument
[all …]
Dbt_test_utils.py706 def set_profile_priority(host_ad, client_ad, profiles, priority): argument
711 client_ad.droid.bluetoothGetLocalAddress(), priority.value))
714 client_ad.droid.bluetoothGetLocalAddress(), priority.value)
717 client_ad.droid.bluetoothGetLocalAddress(), priority.value)
720 client_ad.droid.bluetoothGetLocalAddress(), priority.value)
1076 def orchestrate_rfcomm_connection(client_ad, argument
1089 client_ad, server_ad, accept_timeout_ms,
1096 client_ad, argument
1109 client_ad.droid.bluetoothStartPairingHelper()
1114 client_ad.droid.bluetoothSocketConnBeginConnectThreadUuid(
[all …]
/tools/test/connectivity/acts/tests/google/bt/system_tests/
DRfcommLongevityTest.py44 self.client_ad = self.android_devices[0]
77 if not orchestrate_rfcomm_connection(self.client_ad,
83 if not write_read_verify_data(self.client_ad, self.server_ad,
87 self.client_ad.droid.bluetoothRfcommStop()
122 if not orchestrate_rfcomm_connection(self.client_ad,
128 if not write_read_verify_data(self.client_ad, self.server_ad,
132 self.client_ad.droid.bluetoothRfcommStop()
167 if not orchestrate_rfcomm_connection(self.client_ad,
173 if not write_read_verify_data(self.client_ad, self.server_ad,
177 self.client_ad.droid.bluetoothRfcommStop()
[all …]
DRfcommStressTest.py43 self.client_ad = self.android_devices[0]
73 if not orchestrate_rfcomm_connection(self.client_ad,
76 self.client_ad.droid.bluetoothRfcommStop()
108 if not orchestrate_rfcomm_connection(self.client_ad,
111 if not write_read_verify_data(self.client_ad, self.server_ad,
114 self.client_ad.droid.bluetoothRfcommStop()
145 if not orchestrate_rfcomm_connection(self.client_ad, self.server_ad):
149 if not write_read_verify_data(self.client_ad, self.server_ad,
153 self.client_ad.droid.bluetoothRfcommStop()
/tools/test/connectivity/acts/tests/google/bt/
DRfcommTest.py52 self.client_ad = self.android_devices[0]
59 self.client_ad.droid.bluetoothRfcommCloseClientSocket()
65 self.client_ad, self.server_ad, log=False):
66 self.client_ad.droid.bluetoothRfcommStop()
71 self.client_ad, self.server_ad, uuid=uuid):
74 self.client_ad.droid.bluetoothRfcommStop()
129 if not orchestrate_rfcomm_connection(self.client_ad, self.server_ad):
131 if not write_read_verify_data(self.client_ad, self.server_ad,
134 if not verify_server_and_client_connected(self.client_ad,
138 self.client_ad.droid.bluetoothRfcommStop()
[all …]
/tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/
DBleCocTest.py50 self.client_ad = self.android_devices[0]
60 self.client_ad.droid.bluetoothSocketConnStop()
86 self.client_ad, self.server_ad, True, is_secured,
94 self.client_ad, list_server_ad, list_client_conn_id,
131 self.client_ad, self.server_ad, True, is_secured)
164 self.client_ad, self.server_ad, True, is_secured)
202 self.client_ad, self.server_ad, True, is_secured)
205 if not write_read_verify_data(self.client_ad, self.server_ad,
208 if not verify_server_and_client_connected(self.client_ad,
246 self.client_ad, self.server_ad, True, is_secured)
[all …]
DBleCoc2ConnTest.py46 self.client_ad = self.android_devices[0]
56 self.client_ad.droid.bluetoothSocketConnStop()
97 self.client_ad, self.server_ad, True, is_secured,
104 self.client_ad, self.server2_ad, True, is_secured,
113 self.client_ad, list_server_ad, list_client_conn_id,
122 self.client_ad.droid.bluetoothSocketConnStop(client_conn_id1)
123 self.client_ad.droid.bluetoothSocketConnStop(client_conn_id2)