Searched defs:conn_handle (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_api.c266 ** A conn_handle will be returned in NFA_SNEP_CONNECTED_EVT, if
337 tNFA_STATUS NFA_SnepGet (tNFA_HANDLE conn_handle, argument
345 SNEP_TRACE_API1 ("NFA_SnepGet (): conn_handle:0x%X", conn_handle);
347 xx = conn_handle & NFA_HANDLE_MASK;
361 p_msg->conn_handle = conn_handle;
392 tNFA_STATUS NFA_SnepPut (tNFA_HANDLE conn_handle, argument
399 SNEP_TRACE_API1 ("NFA_SnepPut (): conn_handle:0x%X", conn_handle);
457 NFA_SnepGetResponse(tNFA_HANDLE conn_handle, tNFA_SNEP_RESP_CODE resp_code, UINT32 ndef_length, UINT8 *p_ndef_buff) argument
521 NFA_SnepPutResponse(tNFA_HANDLE conn_handle, tNFA_SNEP_RESP_CODE resp_code) argument
574 NFA_SnepDisconnect(tNFA_HANDLE conn_handle, BOOLEAN flush) argument
[all...]
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c242 p_msg->conn_handle = handle;
297 p_msg->conn_handle = handle;
353 p_msg->conn_handle = handle;
741 p_msg->conn_handle = handle;
878 tNFA_STATUS NFA_P2pSetLocalBusy (tNFA_HANDLE conn_handle, argument
884 P2P_TRACE_API2 ("NFA_P2pSetLocalBusy (): conn_handle:0x%02X, is_busy:%d", conn_handle, is_busy);
886 xx = conn_handle & NFA_HANDLE_MASK;
909 p_msg->conn_handle = conn_handle;
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h106 tNFA_HANDLE conn_handle; member in struct:__anon7603
116 tNFA_HANDLE conn_handle; member in struct:__anon7604
263 NFC_API extern tNFA_STATUS NFA_P2pAcceptConn (tNFA_HANDLE conn_handle,
280 NFC_API extern tNFA_STATUS NFA_P2pRejectConn (tNFA_HANDLE conn_handle);
298 NFC_API extern tNFA_STATUS NFA_P2pDisconnect (tNFA_HANDLE conn_handle,
410 NFC_API extern tNFA_STATUS NFA_P2pSendData (tNFA_HANDLE conn_handle,
462 NFC_API extern tNFA_STATUS NFA_P2pSetLocalBusy (tNFA_HANDLE conn_handle,
H A Dnfa_snep_api.h93 ** for server, new handle will be assigned for conn_handle
94 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
99 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7614
105 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7615
114 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7616
122 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7617
131 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7618
138 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7619
145 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7620
155 tNFA_HANDLE conn_handle; /* handl member in struct:__anon7621
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_snep_int.h106 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7788
116 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7789
125 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7790
135 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon7791
143 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon7792
217 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon7796
H A Dnfa_p2p_int.h97 tNFA_HANDLE conn_handle; member in struct:__anon7747
106 tNFA_HANDLE conn_handle; member in struct:__anon7748
113 tNFA_HANDLE conn_handle; member in struct:__anon7749
141 tNFA_HANDLE conn_handle; member in struct:__anon7752
149 tNFA_HANDLE conn_handle; member in struct:__anon7753
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h251 UINT16 conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon369

Completed in 583 milliseconds