Home
last modified time | relevance | path

Searched refs:resp_code (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/bnep/
Dbnep_utils.cc218 void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code) { in bnep_send_conn_responce() argument
234 UINT16_TO_BE_STREAM(p, resp_code); in bnep_send_conn_responce()
625 uint16_t resp_code; in bnep_process_setup_conn_responce() local
642 BE_STREAM_TO_UINT16(resp_code, p_setup); in bnep_process_setup_conn_responce()
644 switch (resp_code) { in bnep_process_setup_conn_responce()
664 if (resp_code != BNEP_SETUP_CONN_OK) { in bnep_process_setup_conn_responce()
666 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()
684 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()
886 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_filter_set() local
915 resp_code = BNEP_FILTER_CRL_BAD_RANGE; in bnepu_process_peer_filter_set()
[all …]
Dbnep_api.cc211 uint16_t resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp() local
226 resp_code = BNEP_SETUP_INVALID_SRC_UUID; in BNEP_ConnectResp()
228 resp_code = BNEP_SETUP_INVALID_DEST_UUID; in BNEP_ConnectResp()
230 resp_code = BNEP_SETUP_INVALID_UUID_SIZE; in BNEP_ConnectResp()
232 resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp()
234 resp_code = BNEP_SETUP_CONN_NOT_ALLOWED; in BNEP_ConnectResp()
236 bnep_send_conn_responce(p_bcb, resp_code); in BNEP_ConnectResp()
Dbnep_int.h198 extern void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code);
/system/nfc/src/nfa/include/
Dnfa_snep_api.h116 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member
124 tNFA_SNEP_RESP_CODE resp_code; /* response code from server */ member
138 tNFA_SNEP_RESP_CODE resp_code; /* Response code if cannot allocate buffer */ member
Dnfa_snep_int.h112 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member
121 tNFA_SNEP_RESP_CODE resp_code; /* response code */ member