Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_utils.cc219 void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code) { in bnep_send_conn_responce() argument
235 UINT16_TO_BE_STREAM(p, resp_code); in bnep_send_conn_responce()
635 uint16_t resp_code; in bnep_process_setup_conn_responce() local
652 BE_STREAM_TO_UINT16(resp_code, p_setup); in bnep_process_setup_conn_responce()
654 switch (resp_code) { in bnep_process_setup_conn_responce()
674 if (resp_code != BNEP_SETUP_CONN_OK) { in bnep_process_setup_conn_responce()
676 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()
694 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()
896 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_filter_set() local
925 resp_code = BNEP_FILTER_CRL_BAD_RANGE; in bnepu_process_peer_filter_set()
[all …]
Dbnep_api.cc214 uint16_t resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp() local
229 resp_code = BNEP_SETUP_INVALID_SRC_UUID; in BNEP_ConnectResp()
231 resp_code = BNEP_SETUP_INVALID_DEST_UUID; in BNEP_ConnectResp()
233 resp_code = BNEP_SETUP_INVALID_UUID_SIZE; in BNEP_ConnectResp()
235 resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp()
237 resp_code = BNEP_SETUP_CONN_NOT_ALLOWED; in BNEP_ConnectResp()
239 bnep_send_conn_responce(p_bcb, resp_code); in BNEP_ConnectResp()
Dbnep_int.h219 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