Lines Matching refs:address
71 def create_bond(self, address, type): argument
75 … logging.debug("DUT: Creating bond to '%s' from '%s'" % (str(address), str(self._device.address)))
77 … common.BluetoothAddressWithType(address=common.BluetoothAddress(address=address), type=type))
79 def remove_bond(self, address, type): argument
84 … common.BluetoothAddressWithType(address=common.BluetoothAddress(address=address), type=type))
109 def send_ui_callback(self, address, callback_type, b, uid): argument
119 address=common.BluetoothAddressWithType(
120 address=common.BluetoothAddress(address=address),
161 return self._device.address
183 def enforce_security_policy(self, address, type, policy): argument
189 …address=common.BluetoothAddressWithType(address=common.BluetoothAddress(address=address), type=typ…