Home
last modified time | relevance | path

Searched defs:MSG_CLIENT_TO_SERVER (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
H A DDataPathInBandTestCase.java87 private static final byte[] MSG_CLIENT_TO_SERVER = "GET SOME BYTES".getBytes(); field in DataPathInBandTestCase
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/
Dconstants.py62 MSG_CLIENT_TO_SERVER = 'GET SOME BYTES [Random Identifier: %s]' % utils.rand_ascii_str(5) variable in WifiAwareTestConstants