OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_SAP_EVT_DISCONNECT_RESP
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/include/
llcp_api.h
102
#define
LLCP_SAP_EVT_DISCONNECT_RESP
0x04 /* Received disconnect response */
148
UINT8 event; /*
LLCP_SAP_EVT_DISCONNECT_RESP
*/
191
tLLCP_SAP_DISCONNECT_RESP disconnect_resp; /*
LLCP_SAP_EVT_DISCONNECT_RESP
*/
/external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c
234
data.disconnect_resp.event =
LLCP_SAP_EVT_DISCONNECT_RESP
;
507
data.disconnect_resp.event =
LLCP_SAP_EVT_DISCONNECT_RESP
;
[
all
...]
/external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c
159
case
LLCP_SAP_EVT_DISCONNECT_RESP
:
[
all
...]
Completed in 64 milliseconds