Home
last modified time | relevance | path

Searched refs:mac_address (Results 1 – 25 of 31) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/ble/beacon_tests/
DBeaconSwarmTest.py189 mac_address = event_info['data']['Result']['deviceInfo']['address']
190 if mac_address not in self.discovered_mac_address_list:
191 self.discovered_mac_address_list.append(mac_address)
233 mac_address = result['deviceInfo']['address']
234 if mac_address not in self.discovered_mac_address_list:
235 self.discovered_mac_address_list.append(mac_address)
333 mac_address = event_info['data']['Result']['deviceInfo'][
335 if mac_address not in self.discovered_mac_address_list:
336 self.discovered_mac_address_list.append(mac_address)
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py69 self.pri_ad, self.receiver.mac_address,
76 self.pri_ad, self.audio_receiver.mac_address,
83 self.pri_ad, self.receiver.mac_address,
86 self.receiver.mac_address))
90 self.pri_ad, self.audio_receiver.mac_address,
93 self.audio_receiver.mac_address))
DCoexHfpStressTest.py45 self.pri_ad, self.audio_receiver.mac_address,
69 self.pri_ad, self.audio_receiver.mac_address,
75 self.pri_ad, self.audio_receiver.mac_address,
78 self.audio_receiver.mac_address))
/tools/test/connectivity/acts_tests/tests/google/bt/
DAkXB10PairingTest.py81 if device['address'] == self.ak_xb10_speaker.mac_address:
83 self.ak_xb10_speaker.mac_address)
114 if device['address'] == self.ak_xb10_speaker.mac_address:
117 self.ak_xb10_speaker.mac_address)
152 self.ak_xb10_speaker.mac_address)
159 if d['address'] == self.ak_xb10_speaker.mac_address:
DSonyXB2PairingTest.py81 if device['address'] == self.sony_xb2_speaker.mac_address:
83 self.sony_xb2_speaker.mac_address)
114 if device['address'] == self.sony_xb2_speaker.mac_address:
117 self.sony_xb2_speaker.mac_address)
152 self.sony_xb2_speaker.mac_address)
159 if d['address'] == self.sony_xb2_speaker.mac_address:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_gatt_utils.py41 mac_address, argument
46 log.info("Gatt Connect to mac address {}.".format(mac_address))
48 gatt_callback, mac_address, autoconnect, transport, opportunistic,
102 mac_address=None, argument
106 if mac_address is None:
109 mac_address, adv_callback, scan_callback = (
115 mac_address = per_ad.droid.bluetoothGetLocalAddress()
118 cen_ad, mac_address, autoconnect, transport, opportunistic)
Dbt_coc_test_utils.py160 mac_address = None
168 mac_address, adv_callback, scan_callback = (
175 mac_address = server_ad.droid.bluetoothGetLocalAddress()
189 mac_address,
236 mac_address, is_ble, psm_value, secured_conn)
DBtFunhausBaseTest.py51 self.ad.droid.bluetoothBond(self.dongle.mac_address)
59 if d['address'] == self.dongle.mac_address:
Dbt_test_utils.py223 headset_mac_address = headset.mac_address
235 if headset.mac_address not in [info["address"] for info in bonded_info]:
239 elif headset.mac_address not in [
1042 mac_address = event['data']['Result']['deviceInfo']['address']
1043 return mac_address, advertise_callback, scan_callback
Dsimulated_carkit_device.py31 self.mac_address = self.ad.droid.bluetoothGetLocalAddress()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_handsfree_abstract_device.py65 def mac_address(self): member in BluetoothHandsfreeAbstractDevice
117 def mac_address(self): member in PixelBudsBluetoothHandsfreeAbstractDevice
170 def mac_address(self): member in EarstudioReceiverBluetoothHandsfreeAbstractDevice
171 return self.earstudio_controller.mac_address
216 def mac_address(self): member in JaybirdX3EarbudsBluetoothHandsfreeAbstractDevice
217 return self.jaybird_controller.mac_address
262 def mac_address(self): member in AndroidHeadsetBluetoothHandsfreeAbstractDevice
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DCoexBtMultiProfilePerformanceTest.py57 self.pri_ad, self.audio_receiver.mac_address,
86 self.audio_receiver.mac_address,
89 self.pri_ad, self.audio_receiver.mac_address,
109 self.pri_ad, self.audio_receiver.mac_address):
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbt_utils.py165 def android_device_in_paired_state(self, device, mac_address): argument
169 if d['address'] == mac_address:
174 def android_device_in_connected_state(self, device, mac_address): argument
178 if d['address'] == mac_address:
/tools/test/connectivity/acts_tests/tests/google/bt/power/
DSetupBTPairingTest.py36 def select_device_by_mac_address(self, mac_address): argument
38 if device.mac_address == mac_address:
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DThreeButtonDongleTest.py50 self.dut.droid.bluetoothBond(self.dongle.mac_address)
58 if d['address'] == self.dongle.mac_address:
118 self.dut.droid.bluetoothUnbond(self.dongle.mac_address)
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DCoexBtMultiProfileFunctionalityTest.py51 self.pri_ad, self.audio_receiver.mac_address,
71 self.pri_ad, self.audio_receiver.mac_address):
89 self.pri_ad, self.audio_receiver.mac_address):
DWlanWithHfpFunctionalityTest.py50 self.pri_ad, self.audio_receiver.mac_address,
93 self.pri_ad, self.audio_receiver.mac_address,
106 self.audio_receiver.mac_address):
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattConnectTest.py280 mac_address, adv_callback, scan_callback = (
285 self.cen_ad, mac_address, autoconnect)
302 gatt_callback, mac_address, autoconnect, gatt_transport['auto'],
350 mac_address, adv_callback, scan_callback = (
356 mac_address,
370 mac_address,
802 mac_address, adv_callback, scan_callback = get_mac_address_of_generic_advertisement(
809 self.cen_ad, mac_address, autoconnect)
/tools/test/connectivity/acts_tests/tests/google/bt/headphone_automation/
DHeadphoneTest.py54 if device['address'] == headphone.mac_address:
56 headphone.mac_address)
63 if d['address'] == headphone.mac_address:
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/devices/
Dbluetooth_relay_device.py30 self.mac_address = validate_key('mac_address', config, str,
35 return self.mac_address
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py137 mac_address = event['data']['Result']['deviceInfo']['address']
145 address_list_tuple = (device[0][0], mac_address)
148 result = [item for item in address_list if mac_address in item]
/tools/test/connectivity/acts_tests/tests/google/fugu/
DAndroidFuguRemotePairingTest.py65 self.dut.droid.bluetoothDiscoverAndBond(self.fugu_remote.mac_address)
73 if d['address'] == self.fugu_remote.mac_address:
/tools/test/connectivity/acts_tests/tests/google/ble/filtering/
DUniqueFilteringTest.py478 mac_address = event_info['data']['Result']['deviceInfo']['address']
480 "Filter advertisement with address {}".format(mac_address))
484 self.scn_ad.droid.bleSetScanFilterDeviceAddress(mac_address)
495 mac_address):
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py356 mac_address = match.group('Mac').replace(' ', '').upper()
358 for i in range(len(mac_address)):
359 formatted_mac += mac_address[i]
360 if i % 2 != 0 and i < (len(mac_address) - 1):
/tools/test/connectivity/acts_tests/tests/google/net/
Dsendra.py46 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,

12