Home | History | Annotate | Download | only in hci

Lines Matching refs:app_handle

484     tNFA_HANDLE         app_handle = p_evt_data->comm.hci_handle;
488 p_gate = nfa_hciu_alloc_gate (p_evt_data->gate_info.gate, app_handle);
495 p_gate->gate_owner = app_handle;
497 else if (p_gate->gate_owner != app_handle)
509 nfa_hciu_send_to_app (NFA_HCI_ALLOCATE_GATE_EVT, &evt_data, app_handle);
527 tNFA_HANDLE app_handle;
533 app_handle = p_evt_data->gate_dealloc.hci_handle;
540 app_handle = nfa_hci_cb.app_in_use;
551 else if (p_gate->gate_owner != app_handle)
581 nfa_hci_cb.app_in_use = app_handle;
589 nfa_hciu_send_to_app (NFA_HCI_DEALLOCATE_GATE_EVT, &evt_data, app_handle);
904 tNFA_HANDLE app_handle;
908 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_cmd.pipe);
911 &&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
963 tNFA_HANDLE app_handle;
967 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_rsp.pipe);
970 &&((app_handle == p_evt_data->send_rsp.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1015 tNFA_HANDLE app_handle;
1019 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_evt.pipe);
1022 &&((app_handle == p_evt_data->send_evt.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1908 tNFA_HANDLE app_handle = nfa_hciu_get_pipe_owner (p_pipe->pipe_id);
1921 nfa_hciu_send_to_app (NFA_HCI_SET_REG_CMD_EVT, &evt_data, app_handle);
1929 nfa_hciu_send_to_app (NFA_HCI_GET_REG_CMD_EVT, &evt_data, app_handle);
1938 nfa_hciu_send_to_app (NFA_HCI_OPEN_PIPE_EVT, &evt_data, app_handle);
1947 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, app_handle);
1960 nfa_hciu_send_to_app (NFA_HCI_CMD_RCVD_EVT, &evt_data, app_handle);