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:__anon10326
118 UINT8 remote_sap; member in struct:__anon10327
134 UINT8 remote_sap; member in struct:__anon10329
159 UINT8 remote_sap; /* 0x00 if failed */ member in struct:__anon10332
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 181 UINT8 remote_sap; /* local SAP of service */ member in struct:__anon10517
nfa_cho_int.h 207 UINT8 remote_sap; /* DSAP for connection */ member in struct:__anon10364
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:__anon10481
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 114 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10533
123 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10534
133 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10535
143 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10536
150 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10537
158 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10538
175 UINT8 remote_sap; /* SAP of remote device */ member in struct:__anon10540
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 178 UINT8 remote_sap; /* SAP of remote end point */ member in struct:__anon10619
323 tLLCP_DLCB *llcp_util_allocate_data_link (UINT8 reg_sap, UINT8 remote_sap);
338 tLLCP_DLCB *llcp_dlc_find_dlcb_by_sap (UINT8 local_sap, UINT8 remote_sap);

Completed in 167 milliseconds