Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c36 tLLCP_TEST_PARAMS llcp_test_params = variable
58 llcp_test_params.version = version; in LLCP_SetTestParams()
61 llcp_test_params.wks = wks; in LLCP_SetTestParams()
239 UINT8_TO_BE_STREAM (p, llcp_test_params.version); in LLCP_GetDiscoveryConfig()
247 if (llcp_test_params.wks == 0) /* not override */ in LLCP_GetDiscoveryConfig()
253 UINT16_TO_BE_STREAM (p, llcp_test_params.wks); in LLCP_GetDiscoveryConfig()
Dllcp_link.c71 extern tLLCP_TEST_PARAMS llcp_test_params;