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

  /system/bt/stack/bnep/
bnep_api.cc 214 uint16_t resp_code = BNEP_SETUP_CONN_OK; local
229 resp_code = BNEP_SETUP_INVALID_SRC_UUID;
231 resp_code = BNEP_SETUP_INVALID_DEST_UUID;
233 resp_code = BNEP_SETUP_INVALID_UUID_SIZE;
235 resp_code = BNEP_SETUP_CONN_OK;
237 resp_code = BNEP_SETUP_CONN_NOT_ALLOWED;
239 bnep_send_conn_responce(p_bcb, resp_code);
bnep_utils.cc 219 void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code) {
235 UINT16_TO_BE_STREAM(p, resp_code);
635 uint16_t resp_code; local
652 BE_STREAM_TO_UINT16(resp_code, p_setup);
654 switch (resp_code) {
674 if (resp_code != BNEP_SETUP_CONN_OK) {
676 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code);
694 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code);
896 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK; local
925 resp_code = BNEP_FILTER_CRL_BAD_RANGE
963 uint16_t resp_code; local
1006 uint16_t resp_code; local
1051 uint16_t resp_code = BNEP_FILTER_CRL_OK; local
1163 uint16_t resp_code = BNEP_SETUP_CONN_OK; local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic.c 190 int got, cat, duration, slen, resid, resp_code, sstat; local
229 resp_code = sbp[0] & 0x7f;
231 if (resp_code >= 0x70) {
232 if (resp_code < 0x72) {
235 } else if (resp_code < 0x74) {
sg_cmds_extra.c 1179 int resp_code; local
    [all...]
sg_lib.c 1617 uint8_t resp_code; local
1949 uint8_t resp_code; local
    [all...]
  /system/nfc/src/nfa/include/
nfa_snep_api.h 116 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member in struct:__anon3508
124 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member in struct:__anon3509
138 tNFA_SNEP_RESP_CODE resp_code; /* Response code if cannot allocate buffer */ member in struct:__anon3511
nfa_snep_int.h 112 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member in struct:__anon3524
121 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member in struct:__anon3525
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 253 uint8_t resp_code : 7; member in struct:sense_data

Completed in 656 milliseconds