Searched refs:pres_chk_data (Results 1 – 1 of 1) sorted by relevance
835 static uint8_t pres_chk_data[6] = {0}; in phHciNfc_Felica_Request_Mode() local861 pres_chk_data[0] = sizeof(pres_chk_data); in phHciNfc_Felica_Request_Mode()862 pres_chk_data[1] = 0x00; // Felica poll in phHciNfc_Felica_Request_Mode()863 pres_chk_data[2] = 0xFF; in phHciNfc_Felica_Request_Mode()864 pres_chk_data[3] = 0xFF; in phHciNfc_Felica_Request_Mode()865 pres_chk_data[4] = 0x01; in phHciNfc_Felica_Request_Mode()866 pres_chk_data[5] = 0x00; in phHciNfc_Felica_Request_Mode()868 ps_pipe_info->param_info = pres_chk_data; in phHciNfc_Felica_Request_Mode()869 ps_pipe_info->param_length = sizeof(pres_chk_data); in phHciNfc_Felica_Request_Mode()