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

  /system/bt/stack/bnep/
bnep_api.cc 217 uint16_t resp_code = BNEP_SETUP_CONN_OK; local
232 resp_code = BNEP_SETUP_INVALID_SRC_UUID;
234 resp_code = BNEP_SETUP_INVALID_DEST_UUID;
236 resp_code = BNEP_SETUP_INVALID_UUID_SIZE;
238 resp_code = BNEP_SETUP_CONN_OK;
240 resp_code = BNEP_SETUP_CONN_NOT_ALLOWED;
242 bnep_send_conn_responce(p_bcb, resp_code);
bnep_utils.cc 211 void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code) {
227 UINT16_TO_BE_STREAM(p, resp_code);
621 uint16_t resp_code; local
638 BE_STREAM_TO_UINT16(resp_code, p_setup);
640 switch (resp_code) {
660 if (resp_code != BNEP_SETUP_CONN_OK) {
662 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code);
682 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code);
863 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK; local
892 resp_code = BNEP_FILTER_CRL_BAD_RANGE
930 uint16_t resp_code; local
973 uint16_t resp_code; local
1018 uint16_t resp_code = BNEP_FILTER_CRL_OK; local
1130 uint16_t resp_code = BNEP_SETUP_CONN_OK; local
    [all...]
  /system/nfc/src/nfa/include/
nfa_snep_api.h 144 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member in struct:__anon114815
152 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member in struct:__anon114816
166 tNFA_SNEP_RESP_CODE resp_code; /* Response code if cannot allocate buffer */ member in struct:__anon114818
416 tNFA_SNEP_RESP_CODE resp_code,
449 tNFA_SNEP_RESP_CODE resp_code);
  /system/nfc/src/nfa/int/
nfa_snep_int.h 117 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member in struct:__anon114981
126 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member in struct:__anon114982

Completed in 265 milliseconds