Searched refs:pin (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | gpio_lib.py | 26 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/ |
D | GATT_PTS_INSTRUCTIONS | 74 [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/ |
D | GAP_PTS_INSTRUCTIONS | 199 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
|
D | GATT_PTS_INSTRUCTIONS | 528 [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/ |
D | bts_lib.py | 72 def inputPairingPin(self, pin): argument 82 test_args = {"pin": pin}
|