Home
last modified time | relevance | path

Searched refs:P2P_CONNECT_INVITATION (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pMultiPeersTest.py229 p2p_connect_type=p2pconsts.P2P_CONNECT_INVITATION,
258 p2p_connect_type=p2pconsts.P2P_CONNECT_INVITATION,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py207 if p2p_connect_type == p2pconsts.P2P_CONNECT_INVITATION:
265 if p2p_connect_type == p2pconsts.P2P_CONNECT_INVITATION:
270 if p2p_connect_type == p2pconsts.P2P_CONNECT_INVITATION:
Dwifi_p2p_const.py37 P2P_CONNECT_INVITATION = 2 variable