Home | History | Annotate | Download | only in hci

Lines Matching refs: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)) )
285 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
296 nfa_hci_cb.nv_write_needed = TRUE;
323 UINT16 max_seg_hcp_pkt_size = nfa_hci_cb.buff_size - NCI_DATA_HDR_SIZE;
336 nfa_hci_cb.param_in_use = *p_msg;
387 status = NFC_SendData (nfa_hci_cb.conn_id, p_buf);
400 nfa_hci_cb.cmd_sent = instruction;
402 if (nfa_hci_cb.hci_state == NFA_HCI_STATE_IDLE)
403 nfa_hci_cb.hci_state = NFA_HCI_STATE_WAIT_RSP;
405 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hcp_response_timeout);
426 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++)
464 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
471 nfa_hci_cb.nv_write_needed = TRUE;
502 nfa_hci_cb.nv_write_needed = TRUE;
541 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
586 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
587 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (UINT32) (1 << pipe_index);
613 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
649 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
684 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
716 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
746 if (nfa_hci_cb.inactive_host[xx] == host_id)
769 if (nfa_hci_cb.reset_host[xx] == host_id)
792 if (nfa_hci_cb.reset_host[xx] != 0)
817 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
861 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
866 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~ (UINT32) (1 << pipe_index);
883 nfa_hci_cb.nv_write_needed = TRUE;
906 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
970 nfa_hci_cb.pipe_in_use = pipe;
1015 nfa_hci_cb.pipe_in_use = pipe;
1035 nfa_hci_cb.pipe_in_use = pipe;
1056 nfa_hci_cb.param_in_use = index;
1080 nfa_hci_cb.param_in_use = index;
1103 if (nfa_hci_cb.p_app_cback[app_inx] != NULL)
1105 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt);
1132 if (nfa_hci_cb.p_app_cback[app_inx] != NULL)
1133 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt);
1154 if ( (nfa_hci_cb.p_app_cback[app_inx] != NULL)
1155 &&(nfa_hci_cb.cfg.b_send_conn_evts[app_inx]))
1157 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt);
1438 memcpy (&p[2], (UINT8 *) nfa_hci_cb.cfg.admin_gate.session_id, NFA_HCI_SESSION_ID_LEN);