Searched refs:client_conn_id (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_coc_test_utils.py | 76 for _, client_conn_id in enumerate(list_client_conn_id): 78 "client_conn_id={}".format(client_conn_id)) 81 number_buffers, buffer_size, client_conn_id) 89 for _, client_conn_id in enumerate(list_client_conn_id): 91 number_buffers, buffer_size, client_conn_id) 270 client_conn_id = None 271 while (client_conn_id == None): 272 client_conn_id = client_ad.droid.bluetoothGetLastConnId() 273 if (client_conn_id != None): 287 format(client_conn_id, server_conn_id)) [all …]
|
D | ble_performance_test_utils.py | 166 …status, client_conn_id, server_conn_id, bluetooth_gatt, gatt_callback = orchestrate_coc_connection( 177 return True, gatt_callback, gatt_server, bluetooth_gatt, client_conn_id 181 client_conn_id, argument 201 list_client_conn_id = [client_conn_id] 215 def run_ble_throughput_and_read_rssi(client_ad, server_ad, client_conn_id, argument 230 client_conn_id, server_ad)
|
D | BtSarBaseTest.py | 293 client_conn_id=None, argument 347 client_ad, server_ad, client_conn_id, gatt_server,
|
/tools/test/connectivity/acts_tests/tests/google/ble/conn_oriented_chan/ |
D | BleCocTest.py | 88 status, client_conn_id, server_conn_id = orchestrate_coc_connection( 95 list_client_conn_id = [client_conn_id] 133 status, client_conn_id, server_conn_id = orchestrate_coc_connection( 166 status, client_conn_id, server_conn_id = orchestrate_coc_connection( 204 status, client_conn_id, server_conn_id = orchestrate_coc_connection( 248 status, client_conn_id, server_conn_id = orchestrate_coc_connection(
|
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BleSarPowerLimitTest.py | 98 self.client_conn_id = ble_coc_connection(self.bt_device, self.dut) 101 self.client_conn_id, 122 self.client_conn_id = ble_coc_connection(self.bt_device, self.dut) 125 self.client_conn_id,
|
/tools/test/connectivity/acts_tests/tests/google/ble/performance/ |
D | BleRangeTest.py | 168 status, gatt_callback, gatt_server, bluetooth_gatt, client_conn_id = ble_coc_connection( 173 datarate = run_ble_throughput(self.client_ad, client_conn_id,
|