Searched refs:llcp_test_params (Results 1 – 2 of 2) sorted by relevance
38 tLLCP_TEST_PARAMS llcp_test_params = { variable56 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()
81 extern tLLCP_TEST_PARAMS llcp_test_params;