Searched refs:client_ad (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_coc_test_utils.py | 42 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 …]
|
D | bt_test_utils.py | 706 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/ |
D | RfcommLongevityTest.py | 44 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 …]
|
D | RfcommStressTest.py | 43 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/ |
D | RfcommTest.py | 52 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/ |
D | BleCocTest.py | 50 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 …]
|
D | BleCoc2ConnTest.py | 46 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)
|