Lines Matching refs:resp_code
229 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)
250 UINT16_TO_BE_STREAM (p, resp_code);
690 UINT16 resp_code;
708 BE_STREAM_TO_UINT16 (resp_code, p_setup);
710 switch (resp_code)
731 if (resp_code != BNEP_SETUP_CONN_OK)
735 BNEP_TRACE_EVENT ("BNEP - role change response is %d", resp_code);
755 BNEP_TRACE_ERROR ("BNEP - setup response %d is not OK", resp_code);
905 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK;
939 resp_code = BNEP_FILTER_CRL_BAD_RANGE;
945 resp_code = BNEP_FILTER_CRL_MAX_REACHED;
947 if (resp_code != BNEP_FILTER_CRL_OK)
949 bnepu_send_peer_filter_rsp (p_bcb, resp_code);
966 bnepu_send_peer_filter_rsp (p_bcb, resp_code);
986 UINT16 resp_code;
1010 BE_STREAM_TO_UINT16 (resp_code, p_data);
1013 if (resp_code != BNEP_FILTER_CRL_OK)
1038 UINT16 resp_code;
1062 BE_STREAM_TO_UINT16 (resp_code, p_data);
1065 if (resp_code != BNEP_FILTER_CRL_OK)
1091 UINT16 resp_code = BNEP_FILTER_CRL_OK;
1153 bnepu_send_peer_multicast_filter_rsp (p_bcb, resp_code);
1216 UINT16 resp_code = BNEP_SETUP_CONN_OK;
1297 bnep_send_conn_responce (p_bcb, resp_code);