Searched refs:peer_id (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | avdtp_lib.py | 55 def setConfiguration(self, peer_id): argument 65 test_args = {"identifier": peer_id} 71 def getConfiguration(self, peer_id): argument 81 test_args = {"identifier": peer_id} 87 def getCapabilities(self, peer_id): argument 97 test_args = {"identifier": peer_id} 103 def getAllCapabilities(self, peer_id): argument 113 test_args = {"identifier": peer_id} 119 def reconfigureStream(self, peer_id): argument 129 test_args = {"identifier": peer_id} [all …]
|
/tools/test/connectivity/acts/tests/google/fuchsia/bt/ |
D | cmd_input.py | 1678 def do_avdtp_set_configuration(self, peer_id): argument 1691 result = self.pri_dut.avdtp_lib.setConfiguration(int(peer_id)) 1696 def do_avdtp_get_configuration(self, peer_id): argument 1709 result = self.pri_dut.avdtp_lib.getConfiguration(int(peer_id)) 1714 def do_avdtp_get_capabilities(self, peer_id): argument 1727 result = self.pri_dut.avdtp_lib.getCapabilities(int(peer_id)) 1732 def do_avdtp_get_all_capabilities(self, peer_id): argument 1745 result = self.pri_dut.avdtp_lib.getAllCapabilities(int(peer_id)) 1750 def do_avdtp_reconfigure_stream(self, peer_id): argument 1763 result = self.pri_dut.avdtp_lib.reconfigureStream(int(peer_id)) [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 256 def validate_aware_peer_id_result(range_result, peer_id, description): argument 266 asserts.assert_equal(peer_id,
|