Home
last modified time | relevance | path

Searched refs:llcp_test_params (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_api.cc38 tLLCP_TEST_PARAMS llcp_test_params = { variable
56 if (version != 0xFF) llcp_test_params.version = version; in LLCP_SetTestParams()
58 if (wks != 0xFFFF) llcp_test_params.wks = wks; in LLCP_SetTestParams()
251 UINT8_TO_BE_STREAM(p, llcp_test_params.version); in LLCP_GetDiscoveryConfig()
259 if (llcp_test_params.wks == 0) /* not override */ in LLCP_GetDiscoveryConfig()
263 UINT16_TO_BE_STREAM(p, llcp_test_params.wks); in LLCP_GetDiscoveryConfig()
Dllcp_link.cc81 extern tLLCP_TEST_PARAMS llcp_test_params;