Home | History | Annotate | Download | only in bnep

Lines Matching refs:resp_code

235 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)
251 UINT16_TO_BE_STREAM (p, resp_code);
668 UINT16 resp_code;
686 BE_STREAM_TO_UINT16 (resp_code, p_setup);
688 switch (resp_code)
709 if (resp_code != BNEP_SETUP_CONN_OK)
713 BNEP_TRACE_EVENT ("BNEP - role change response is %d", resp_code);
733 BNEP_TRACE_ERROR ("BNEP - setup response %d is not OK", resp_code);
882 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK;
916 resp_code = BNEP_FILTER_CRL_BAD_RANGE;
922 resp_code = BNEP_FILTER_CRL_MAX_REACHED;
924 if (resp_code != BNEP_FILTER_CRL_OK)
926 bnepu_send_peer_filter_rsp (p_bcb, resp_code);
943 bnepu_send_peer_filter_rsp (p_bcb, resp_code);
959 UINT16 resp_code;
983 BE_STREAM_TO_UINT16 (resp_code, p_data);
986 if (resp_code != BNEP_FILTER_CRL_OK)
1005 UINT16 resp_code;
1029 BE_STREAM_TO_UINT16 (resp_code, p_data);
1032 if (resp_code != BNEP_FILTER_CRL_OK)
1052 UINT16 resp_code = BNEP_FILTER_CRL_OK;
1114 bnepu_send_peer_multicast_filter_rsp (p_bcb, resp_code);
1169 UINT16 resp_code = BNEP_SETUP_CONN_OK;
1252 bnep_send_conn_responce (p_bcb, resp_code);