Home | History | Annotate | Download | only in hci

Lines Matching full:nfa_hci_cb

51     tNFA_HCI_DYN_PIPE   *pp = nfa_hci_cb.cfg.dyn_pipes;
76 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
99 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
123 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
173 tNFA_HCI_DYN_PIPE *pp = nfa_hci_cb.cfg.dyn_pipes;
254 ||(nfa_hci_cb.p_app_cback[app_inx] == NULL) ))
274 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
289 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
300 nfa_hci_cb.nv_write_needed = TRUE;
327 UINT16 max_seg_hcp_pkt_size = nfa_hci_cb.buff_size - NCI_DATA_HDR_SIZE;
338 nfa_hci_cb.param_in_use = *p_msg;
389 status = NFC_SendData (nfa_hci_cb.conn_id, p_buf);
402 nfa_hci_cb.cmd_sent = instruction;
404 if (nfa_hci_cb.hci_state == NFA_HCI_STATE_IDLE)
405 nfa_hci_cb.hci_state = NFA_HCI_STATE_WAIT_RSP;
407 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hcp_response_timeout);
428 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++)
466 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
473 nfa_hci_cb.nv_write_needed = TRUE;
504 nfa_hci_cb.nv_write_needed = TRUE;
543 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
588 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
589 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (UINT32) (1 << pipe_index);
615 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
650 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
682 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
712 if (nfa_hci_cb.inactive_host[xx] == host_id)
735 if (nfa_hci_cb.reset_host[xx] == host_id)
758 if (nfa_hci_cb.reset_host[xx] != 0)
783 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
827 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
832 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~ (UINT32) (1 << pipe_index);
849 nfa_hci_cb.nv_write_needed = TRUE;
872 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
936 nfa_hci_cb.pipe_in_use = pipe;
981 nfa_hci_cb.pipe_in_use = pipe;
1001 nfa_hci_cb.pipe_in_use = pipe;
1022 nfa_hci_cb.param_in_use = index;
1046 nfa_hci_cb.param_in_use = index;
1069 if (nfa_hci_cb.p_app_cback[app_inx] != NULL)
1071 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt);
1098 if (nfa_hci_cb.p_app_cback[app_inx] != NULL)
1099 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt);
1120 if ( (nfa_hci_cb.p_app_cback[app_inx] != NULL)
1121 &&(nfa_hci_cb.cfg.b_send_conn_evts[app_inx]))
1123 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt);
1424 memcpy (&p[2], (UINT8 *) nfa_hci_cb.cfg.admin_gate.session_id, NFA_HCI_SESSION_ID_LEN);