Home
last modified time | relevance | path

Searched refs:LLCP_SAP_EVT_DISCONNECT_IND (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c250 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND; in llcp_dlsm_w4_remote_resp()
311 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND; in llcp_dlsm_w4_local_resp()
340 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND; in llcp_dlsm_w4_local_resp()
411 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND; in llcp_dlsm_connected()
469 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND; in llcp_dlsm_connected()
521 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND; in llcp_dlsm_w4_remote_dm()
/external/libnfc-nci/src/nfc/include/
Dllcp_api.h101 #define LLCP_SAP_EVT_DISCONNECT_IND 0x03 /* Received disconnect request */ macro
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_act.c155 case LLCP_SAP_EVT_DISCONNECT_IND: in nfa_p2p_llcp_cback()