OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_INVALID_SAP
(Results
1 - 9
of
9
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_api.c
342
**
LLCP_INVALID_SAP
, LLCP will allocate between 0x10 and 0x1F
348
**
LLCP_INVALID_SAP
, otherwise
366
return
LLCP_INVALID_SAP
;
372
return
LLCP_INVALID_SAP
;
375
if (reg_sap ==
LLCP_INVALID_SAP
)
388
if (reg_sap ==
LLCP_INVALID_SAP
)
391
return
LLCP_INVALID_SAP
;
397
return
LLCP_INVALID_SAP
;
404
return
LLCP_INVALID_SAP
;
409
return
LLCP_INVALID_SAP
;
[
all
...]
llcp_dlc.c
552
** if remote_sap is
LLCP_INVALID_SAP
, it will return a DLCB which
567
if ((remote_sap ==
LLCP_INVALID_SAP
) && (llcp_cb.dlcb[i].state == LLCP_DLC_STATE_W4_REMOTE_RESP))
784
p_dlcb = llcp_dlc_find_dlcb_by_sap (dsap,
LLCP_INVALID_SAP
);
841
p_dlcb = llcp_dlc_find_dlcb_by_sap (dsap,
LLCP_INVALID_SAP
);
[
all
...]
llcp_link.c
613
data.congest.remote_sap =
LLCP_INVALID_SAP
;
703
data.congest.remote_sap =
LLCP_INVALID_SAP
;
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h
62
#define NFA_P2P_ANY_SAP
LLCP_INVALID_SAP
63
#define NFA_P2P_INVALID_SAP
LLCP_INVALID_SAP
nfa_snep_api.h
74
#define NFA_SNEP_ANY_SAP
LLCP_INVALID_SAP
/external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c
198
if ( (nfa_p2p_cb.sdp_cb[xx].local_sap !=
LLCP_INVALID_SAP
)
207
nfa_p2p_cb.sdp_cb[xx].local_sap =
LLCP_INVALID_SAP
;
232
if (nfa_p2p_cb.sdp_cb[xx].local_sap ==
LLCP_INVALID_SAP
)
686
if (server_sap ==
LLCP_INVALID_SAP
)
755
if (local_sap ==
LLCP_INVALID_SAP
)
[
all
...]
nfa_p2p_main.c
466
nfa_p2p_cb.sdp_cb[xx].local_sap =
LLCP_INVALID_SAP
;
nfa_p2p_api.c
413
p_msg->dsap =
LLCP_INVALID_SAP
;
[
all
...]
/external/libnfc-nci/src/nfc/include/
llcp_api.h
42
#define
LLCP_INVALID_SAP
0xFF /* indication of failure to allocate data link resource */
336
**
LLCP_INVALID_SAP
, LLCP will allocate between 0x10 and 0x1F
342
**
LLCP_INVALID_SAP
, otherwise
360
**
LLCP_INVALID_SAP
, otherwise
Completed in 663 milliseconds