HomeSort by relevance Sort by last modified time
    Searched refs:resp_code (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 125 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member in struct:__anon16241
134 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member in struct:__anon16242
149 tNFA_SNEP_RESP_CODE resp_code; /* Response code if cannot allocate buffer */ member in struct:__anon16244
391 tNFA_SNEP_RESP_CODE resp_code,
422 tNFA_SNEP_RESP_CODE resp_code);
  /system/bt/stack/bnep/
bnep_utils.c 235 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)
251 UINT16_TO_BE_STREAM (p, resp_code);
668 UINT16 resp_code; local
686 BE_STREAM_TO_UINT16 (resp_code, p_setup);
688 switch (resp_code)
709 if (resp_code != BNEP_SETUP_CONN_OK)
713 BNEP_TRACE_EVENT ("BNEP - role change response is %d", resp_code);
733 BNEP_TRACE_ERROR ("BNEP - setup response %d is not OK", resp_code);
882 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK; local
916 resp_code = BNEP_FILTER_CRL_BAD_RANGE
959 UINT16 resp_code; local
1005 UINT16 resp_code; local
1052 UINT16 resp_code = BNEP_FILTER_CRL_OK; local
1169 UINT16 resp_code = BNEP_SETUP_CONN_OK; local
    [all...]
bnep_api.c 239 UINT16 resp_code = BNEP_SETUP_CONN_OK; local
253 if (resp == BNEP_CONN_FAILED_SRC_UUID) resp_code = BNEP_SETUP_INVALID_SRC_UUID;
254 else if (resp == BNEP_CONN_FAILED_DST_UUID) resp_code = BNEP_SETUP_INVALID_DEST_UUID;
255 else if (resp == BNEP_CONN_FAILED_UUID_SIZE) resp_code = BNEP_SETUP_INVALID_UUID_SIZE;
256 else if (resp == BNEP_SUCCESS) resp_code = BNEP_SETUP_CONN_OK;
257 else resp_code = BNEP_SETUP_CONN_NOT_ALLOWED;
259 bnep_send_conn_responce (p_bcb, resp_code);
bnep_int.h 231 extern void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code);
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 127 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member in struct:__anon16416
137 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member in struct:__anon16417

Completed in 239 milliseconds