Home | History | Annotate | Download | only in src

Lines Matching defs:test_result

139     phNfc_sData_t           test_result;
290 p_test_result->buffer = p_device_mgmt_info->test_result.buffer;
291 p_test_result->length = p_device_mgmt_info->test_result.length;
1156 p_device_mgmt_info->test_result.buffer = NULL;
1157 p_device_mgmt_info->test_result.length = 0;
1266 p_device_mgmt_info->test_result.buffer = (uint8_t)( length > HCP_HEADER_LEN ) ?
1268 p_device_mgmt_info->test_result.length = ( length - HCP_HEADER_LEN );