OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_DLC_STATE_IDLE
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
352
if (llcp_cb.dlcb[idx].state ==
LLCP_DLC_STATE_IDLE
)
396
if (p_dlcb->state !=
LLCP_DLC_STATE_IDLE
)
401
p_dlcb->state =
LLCP_DLC_STATE_IDLE
;
llcp_dlc.c
69
case
LLCP_DLC_STATE_IDLE
:
564
if ( (llcp_cb.dlcb[i].state !=
LLCP_DLC_STATE_IDLE
)
[
all
...]
llcp_link.c
405
if (llcp_cb.dlcb[idx].state !=
LLCP_DLC_STATE_IDLE
)
[
all
...]
llcp_api.c
591
if ( (llcp_cb.dlcb[idx].state !=
LLCP_DLC_STATE_IDLE
)
[
all
...]
/external/libnfc-nci/src/nfc/int/
llcp_int.h
124
LLCP_DLC_STATE_IDLE
, /* initial state */
Completed in 53 milliseconds