Home | History | Annotate | Download | only in src

Lines Matching defs:target_type

2097     phHal_eRemDevType_t         target_type = phHal_eUnknown_DevType;
2102 target_type = psHciContext->p_target_info->RemDevType;
2133 if(( phHal_eMifare_PICC != target_type )
2134 &&(phHal_eISO14443_3A_PICC != target_type)
2136 && ( phHal_eISO14443_B_PICC != target_type )
2137 && ( phHal_eISO14443_4B_PICC != target_type )
2140 && ( phHal_eFelica_PICC != target_type )
2143 && ( phHal_eJewel_PICC != target_type )
2146 && ( phHal_eISO15693_PICC != target_type )
2209 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType;
2215 target_type = psHciContext->p_target_info->RemDevType;
2221 psHciContext, pHwRef, target_type );
2234 psHciContext, pHwRef, target_type, re_poll);