Home
last modified time | relevance | path

Searched refs:dut_address (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/security/cert/
Dle_security_test.py83 self.dut_address = common.BluetoothAddressWithType(
87 address_with_type=self.dut_address)
161 self.cert.security.CreateBondLe(self.dut_address)
175 …SecurityMatchers.UiMsg(UiMsgType.DISPLAY_PASSKEY_ENTRY, self.dut_address), timeout=timedelta(secon…
208 SecurityMatchers.UiMsg(UiMsgType.DISPLAY_PAIRING_PROMPT, self.dut_address))
216 … message_type=UiCallbackType.PAIRING_PROMPT, boolean=True, unique_id=1, address=self.dut_address))
241 self.cert.security.CreateBondLe(self.dut_address)
277 self.cert.security.CreateBondLe(self.dut_address)
317 SecurityMatchers.UiMsg(UiMsgType.DISPLAY_PAIRING_PROMPT, self.dut_address))
325 … message_type=UiCallbackType.PAIRING_PROMPT, boolean=True, unique_id=1, address=self.dut_address))
[all …]
Dcert_security.py292 def accept_pairing(self, dut_address, reply_boolean): argument
299 …self._enqueue_hci_command(hci_packets.LinkKeyRequestNegativeReplyBuilder(dut_address.decode('utf8'…
300 self.send_io_caps(dut_address)
306 …self._enqueue_hci_command(hci_packets.UserConfirmationRequestReplyBuilder(dut_address.decode('utf8…
314 … hci_packets.UserConfirmationRequestNegativeReplyBuilder(dut_address.decode('utf8')), True)
318 def accept_oob_pairing(self, dut_address): argument
321 self.send_io_caps(dut_address)
329 def on_user_input(self, dut_address, reply_boolean, expected_ui_event): argument
Dsecurity_test.py108 self.dut_address = common.BluetoothAddressWithType(
112 address_with_type=self.dut_address)
/system/bt/gd/hci/cert/
Dacl_manager_test.py54 dut_address = self.dut.hci_controller.GetMacAddressSimple()
58 self.cert_hci.initiate_connection(dut_address)
70 dut_address = self.dut.hci_controller.GetMacAddressSimple()
74 self.cert_hci.initiate_connection(dut_address)
89 dut_address = self.dut.hci_controller.GetMacAddressSimple()
93 self.cert_hci.initiate_connection(dut_address)
Dcontroller_test.py33 dut_address = self.dut.hci_controller.GetMacAddressSimple()
35 assertThat(cert_address).isNotEqualTo(dut_address)
Dle_acl_manager_test.py51 self.dut_address = b'd0:05:04:03:02:01'
55 …address=common.BluetoothAddress(address=bytes(self.dut_address)), type=common.RANDOM_DEVICE_ADDRES…
158 assertThat(dut_address_from_complete).isEqualTo(self.dut_address.decode())
248 … self.dut_address.decode(), 1, [phy_scan_params]))
/system/bt/gd/iso/cert/
Dle_iso_test.py57 self.dut_address = common.BluetoothAddressWithType(
63 address_with_type=self.dut_address,
104 self.cert_l2cap.connect_le_acl(self.dut_address)
/system/bt/gd/l2cap/le/cert/
Ddual_l2cap_test.py44 self.dut_address = self.dut.hci_controller.GetMacAddressSimple()
80 self.cert_l2cap.connect_acl(self.dut_address)
Dle_l2cap_test.py46 self.dut_address = common.BluetoothAddressWithType(
52 address_with_type=self.dut_address,
86 self.cert_l2cap.connect_le_acl(self.dut_address)
/system/bt/gd/l2cap/classic/cert/
Dpts_l2cap_test.py39dut_address = self.device_under_test.controller_read_only_property.ReadLocalAddress(empty_pb2.Empt…
41 self.device_under_test.address = dut_address
43 self.dut_address = common_pb2.BluetoothAddress(address=self.device_under_test.address)
Dl2cap_test.py53 self.dut_address = self.dut.hci_controller.GetMacAddressSimple()
67 self.cert_l2cap.connect_acl(self.dut_address)