OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resp_code
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/bnep/
bnep_api.c
243
UINT16
resp_code
= BNEP_SETUP_CONN_OK;
local
257
if (resp == BNEP_CONN_FAILED_SRC_UUID)
resp_code
= BNEP_SETUP_INVALID_SRC_UUID;
258
else if (resp == BNEP_CONN_FAILED_DST_UUID)
resp_code
= BNEP_SETUP_INVALID_DEST_UUID;
259
else if (resp == BNEP_CONN_FAILED_UUID_SIZE)
resp_code
= BNEP_SETUP_INVALID_UUID_SIZE;
260
else if (resp == BNEP_SUCCESS)
resp_code
= BNEP_SETUP_CONN_OK;
261
else
resp_code
= BNEP_SETUP_CONN_NOT_ALLOWED;
263
bnep_send_conn_responce (p_bcb,
resp_code
);
bnep_utils.c
228
void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16
resp_code
)
249
UINT16_TO_BE_STREAM (p,
resp_code
);
689
UINT16
resp_code
;
local
707
BE_STREAM_TO_UINT16 (
resp_code
, p_setup);
709
switch (
resp_code
)
730
if (
resp_code
!= BNEP_SETUP_CONN_OK)
734
BNEP_TRACE_EVENT1 ("BNEP - role change response is %d",
resp_code
);
754
BNEP_TRACE_ERROR1 ("BNEP - setup response %d is not OK",
resp_code
);
904
UINT16 xx,
resp_code
= BNEP_FILTER_CRL_OK;
local
938
resp_code
= BNEP_FILTER_CRL_BAD_RANGE
985
UINT16
resp_code
;
local
1037
UINT16
resp_code
;
local
1090
UINT16
resp_code
= BNEP_FILTER_CRL_OK;
local
1214
UINT16
resp_code
= BNEP_SETUP_CONN_OK;
local
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_snep_api.h
123
tNFA_SNEP_RESP_CODE
resp_code
; /* response code from server */
member in struct:__anon9169
132
tNFA_SNEP_RESP_CODE
resp_code
; /* response code from server */
member in struct:__anon9170
147
tNFA_SNEP_RESP_CODE
resp_code
; /* Response code if cannot allocate buffer */
member in struct:__anon9172
381
tNFA_SNEP_RESP_CODE
resp_code
,
412
tNFA_SNEP_RESP_CODE
resp_code
);
/external/libnfc-nci/src/nfa/int/
nfa_snep_int.h
126
tNFA_SNEP_RESP_CODE
resp_code
; /* response code */
member in struct:__anon9342
136
tNFA_SNEP_RESP_CODE
resp_code
; /* response code */
member in struct:__anon9343
Completed in 304 milliseconds