Searched refs:dut_address (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/security/cert/ |
D | le_security_test.py | 83 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 …]
|
D | cert_security.py | 292 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
|
D | security_test.py | 108 self.dut_address = common.BluetoothAddressWithType( 112 address_with_type=self.dut_address)
|
/system/bt/gd/hci/cert/ |
D | acl_manager_test.py | 54 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)
|
D | controller_test.py | 33 dut_address = self.dut.hci_controller.GetMacAddressSimple() 35 assertThat(cert_address).isNotEqualTo(dut_address)
|
D | le_acl_manager_test.py | 51 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/ |
D | le_iso_test.py | 57 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/ |
D | dual_l2cap_test.py | 44 self.dut_address = self.dut.hci_controller.GetMacAddressSimple() 80 self.cert_l2cap.connect_acl(self.dut_address)
|
D | le_l2cap_test.py | 46 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/ |
D | pts_l2cap_test.py | 39 …dut_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)
|
D | l2cap_test.py | 53 self.dut_address = self.dut.hci_controller.GetMacAddressSimple() 67 self.cert_l2cap.connect_acl(self.dut_address)
|