Searched refs:resp_code (Results 1 – 3 of 3) sorted by relevance
235 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code) in bnep_send_conn_responce() argument251 UINT16_TO_BE_STREAM (p, resp_code); in bnep_send_conn_responce()668 UINT16 resp_code; in bnep_process_setup_conn_responce() local686 BE_STREAM_TO_UINT16 (resp_code, p_setup); in bnep_process_setup_conn_responce()688 switch (resp_code) in bnep_process_setup_conn_responce()709 if (resp_code != BNEP_SETUP_CONN_OK) in bnep_process_setup_conn_responce()713 BNEP_TRACE_EVENT ("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()733 BNEP_TRACE_ERROR ("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()882 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_filter_set() local916 resp_code = BNEP_FILTER_CRL_BAD_RANGE; in bnepu_process_peer_filter_set()[all …]
239 UINT16 resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp() local253 if (resp == BNEP_CONN_FAILED_SRC_UUID) resp_code = BNEP_SETUP_INVALID_SRC_UUID; in BNEP_ConnectResp()254 else if (resp == BNEP_CONN_FAILED_DST_UUID) resp_code = BNEP_SETUP_INVALID_DEST_UUID; in BNEP_ConnectResp()255 else if (resp == BNEP_CONN_FAILED_UUID_SIZE) resp_code = BNEP_SETUP_INVALID_UUID_SIZE; in BNEP_ConnectResp()256 else if (resp == BNEP_SUCCESS) resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp()257 else resp_code = BNEP_SETUP_CONN_NOT_ALLOWED; in BNEP_ConnectResp()259 bnep_send_conn_responce (p_bcb, resp_code); in BNEP_ConnectResp()
231 extern void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code);