HomeSort by relevance Sort by last modified time
    Searched defs:remote_sap (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 110 static UINT8 nfa_p2p_find_conn_cb (UINT8 local_sap, UINT8 remote_sap)
118 &&(nfa_p2p_cb.conn_cb[xx].remote_sap == remote_sap) )
187 void nfa_p2p_sdp_cback (UINT8 tid, UINT8 remote_sap)
193 P2P_TRACE_DEBUG2 ("nfa_p2p_sdp_cback (): tid:0x%02X, remote_sap:0x%02X", tid, remote_sap);
204 evt_data.sdp.remote_sap = remote_sap;
281 p_data->data_ind.remote_sap);
289 evt_data.data.remote_sap = p_data->data_ind.remote_sap
524 UINT8 local_sap, remote_sap, xx; local
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 108 UINT8 remote_sap; member in struct:__anon12844
118 UINT8 remote_sap; member in struct:__anon12845
134 UINT8 remote_sap; member in struct:__anon12847
159 UINT8 remote_sap; /* 0x00 if failed */ member in struct:__anon12850
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 181 UINT8 remote_sap; /* local SAP of service */ member in struct:__anon13038
nfa_cho_int.h 207 UINT8 remote_sap; /* DSAP for connection */ member in struct:__anon12884
277 tNFA_CHO_RX_NDEF_STATUS nfa_cho_read_ndef_msg (UINT8 local_sap, UINT8 remote_sap);
278 tNFA_CHO_RX_NDEF_STATUS nfa_cho_reassemble_ho_msg (UINT8 local_sap, UINT8 remote_sap);
nfa_p2p_int.h 218 UINT8 remote_sap; /* remote SAP of data link connection */ member in struct:__anon13002
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 114 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13054
123 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13055
133 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13056
143 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13057
150 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13058
158 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13059
175 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon13061
201 typedef void (tLLCP_SDP_CBACK) (UINT8 tid, UINT8 remote_sap);
466 UINT8 remote_sap,
486 UINT8 remote_sap,
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 180 UINT8 remote_sap; /* SAP of remote end point */ member in struct:__anon13140
322 tLLCP_DLCB *llcp_util_allocate_data_link (UINT8 reg_sap, UINT8 remote_sap);
337 tLLCP_DLCB *llcp_dlc_find_dlcb_by_sap (UINT8 local_sap, UINT8 remote_sap);

Completed in 291 milliseconds