Home | History | Annotate | Download | only in dm

Lines Matching defs:p_cfg

436     tNFA_LISTEN_CFG  *p_cfg = &nfa_dm_cb.disc_cb.excl_listen_config;
445 &&(p_cfg->la_enable) )
451 UINT8_TO_STREAM (p, p_cfg->la_bit_frame_sdd);
455 UINT8_TO_STREAM (p, p_cfg->la_platform_config);
459 UINT8_TO_STREAM (p, p_cfg->la_sel_info);
461 if (p_cfg->la_platform_config == NCI_PARAM_PLATFORM_T1T)
468 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_ISODEP)
473 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_NFCDEP)
486 UINT8_TO_STREAM (p, p_cfg->la_nfcid1_len);
487 ARRAY_TO_STREAM (p, p_cfg->la_nfcid1, p_cfg->la_nfcid1_len);
496 &&(p_cfg->lb_enable) )
502 UINT8_TO_STREAM (p, p_cfg->lb_sensb_info);
505 UINT8_TO_STREAM (p, p_cfg->lb_nfcid0_len);
506 ARRAY_TO_STREAM (p, p_cfg->lb_nfcid0, p_cfg->lb_nfcid0_len);
510 ARRAY_TO_STREAM (p, p_cfg->lb_app_data, NCI_PARAM_LEN_LB_APPDATA);
514 UINT8_TO_STREAM (p, p_cfg->lb_adc_fo);
518 UINT8_TO_STREAM (p, p_cfg->lb_adc_fo);
522 if (p_cfg->lb_sensb_info & NCI_LISTEN_PROTOCOL_ISO_DEP)
532 &&(p_cfg->lf_enable) )
538 UINT8_TO_STREAM (p, p_cfg->lf_con_bitr_f);
542 UINT8_TO_STREAM (p, p_cfg->lf_protocol_type);
546 UINT16_TO_STREAM(p, p_cfg->lf_t3t_flags);
551 if ((p_cfg->lf_t3t_flags & (0x0001 << xx)) != 0x0000)
555 ARRAY_TO_STREAM (p, p_cfg->lf_t3t_identifier[xx], NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN);
561 ARRAY_TO_STREAM (p, p_cfg->lf_t3t_pmm, NCI_PARAM_LEN_LF_T3T_PMM);
565 if (p_cfg->lf_t3t_flags != NCI_LF_T3T_FLAGS2_ALL_DISABLED)
569 if (p_cfg->lf_protocol_type & NCI_LISTEN_PROTOCOL_NFC_DEP)
579 &&(p_cfg->li_enable))
585 UINT8_TO_STREAM (p, p_cfg->li_fwi);
590 UINT8_TO_STREAM (p, p_cfg->la_hist_bytes_len);
591 ARRAY_TO_STREAM (p, p_cfg->la_hist_bytes, p_cfg->la_hist_bytes_len);
597 UINT8_TO_STREAM (p, p_cfg->lb_h_info_resp_len);
598 ARRAY_TO_STREAM (p, p_cfg->lb_h_info_resp, p_cfg->lb_h_info_resp_len);
608 &&(p_cfg->ln_enable))
614 UINT8_TO_STREAM (p, p_cfg->ln_wt);
617 UINT8_TO_STREAM (p, p_cfg->ln_atr_res_gen_bytes_len);
618 ARRAY_TO_STREAM (p, p_cfg->ln_atr_res_gen_bytes, p_cfg->ln_atr_res_gen_bytes_len);
622 UINT8_TO_STREAM (p, p_cfg->ln_atr_res_config);