Home
last modified time | relevance | path

Searched refs:forgetDevice (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dbluetooth_device.py1324 self.device.btc_lib.forgetDevice(device['id'])
1335 self.device.btc_lib.forgetDevice(peer_identifier)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
Dcommand_input.py1573 result = self.pri_dut.btc_lib.forgetDevice(self.unique_mac_addr_id)
1672 self.pri_dut.btc_lib.forgetDevice(d['id'])['result'])
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dbtc_lib.py157 def forgetDevice(self, identifier): member in FuchsiaBtcLib