Home
last modified time | relevance | path

Searched defs:peer_id (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Davdtp_lib.py55 def setConfiguration(self, peer_id): argument
71 def getConfiguration(self, peer_id): argument
87 def getCapabilities(self, peer_id): argument
103 def getAllCapabilities(self, peer_id): argument
119 def reconfigureStream(self, peer_id): argument
135 def suspendStream(self, peer_id): argument
150 def suspendAndReconfigure(self, peer_id): argument
166 def releaseStream(self, peer_id): argument
182 def establishStream(self, peer_id): argument
198 def startStream(self, peer_id): argument
[all …]
/tools/test/connectivity/acts/tests/google/fuchsia/bt/
Dcmd_input.py1678 def do_avdtp_set_configuration(self, peer_id): argument
1696 def do_avdtp_get_configuration(self, peer_id): argument
1714 def do_avdtp_get_capabilities(self, peer_id): argument
1732 def do_avdtp_get_all_capabilities(self, peer_id): argument
1750 def do_avdtp_reconfigure_stream(self, peer_id): argument
1768 def do_avdtp_suspend_stream(self, peer_id): argument
1786 def do_avdtp_suspend_reconfigure(self, peer_id): argument
1804 def do_avdtp_release_stream(self, peer_id): argument
1822 def do_avdtp_establish_stream(self, peer_id): argument
1840 def do_avdtp_start_stream(self, peer_id): argument
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py256 def validate_aware_peer_id_result(range_result, peer_id, description): argument