Searched defs: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 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/tests/google/fuchsia/bt/ |
D | command_input.py | 2048 def do_avdtp_set_configuration(self, peer_id): argument 2066 def do_avdtp_get_configuration(self, peer_id): argument 2084 def do_avdtp_get_capabilities(self, peer_id): argument 2102 def do_avdtp_get_all_capabilities(self, peer_id): argument 2120 def do_avdtp_reconfigure_stream(self, peer_id): argument 2138 def do_avdtp_suspend_stream(self, peer_id): argument 2156 def do_avdtp_suspend_reconfigure(self, peer_id): argument 2174 def do_avdtp_release_stream(self, peer_id): argument 2192 def do_avdtp_establish_stream(self, peer_id): argument 2210 def do_avdtp_start_stream(self, peer_id): argument [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
|