Home
last modified time | relevance | path

Searched refs:pin (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dgpio_lib.py26 def configIn(self, pin, flags): argument
37 test_args = {"pin": pin, "flags": flags}
43 def configOut(self, pin, value): argument
54 test_args = {"pin": pin, "value": value}
60 def read(self, pin): argument
70 test_args = {"pin": pin}
76 def write(self, pin, value): argument
87 test_args = {"pin": pin, "value": value}
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS74 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
97 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
120 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
163 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
195 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS199 Enter pin from phone to PTS
203 Enter pin from phone to PTS
216 Enter pin from phone to PTS
220 Enter pin from phone to PTS
229 Enter pin from PTS to phone
292 [PTS interaction] Enter pin from PTS to phone
392 [PTS Interaction] enter pin from phone to pts
DGATT_PTS_INSTRUCTIONS528 [PTS Interaction] Enter pin from phone into PTS
833 [PTS Interaction] Enter pin from PTS to phone
1471 [PTS Interaction] Enter pin from PTS to phone
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dbts_lib.py72 def inputPairingPin(self, pin): argument
82 test_args = {"pin": pin}