Home | History | Annotate | Download | only in bnep

Lines Matching full:resp_code

228 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)
249 UINT16_TO_BE_STREAM (p, resp_code);
689 UINT16 resp_code;
707 BE_STREAM_TO_UINT16 (resp_code, p_setup);
709 switch (resp_code)
730 if (resp_code != BNEP_SETUP_CONN_OK)
734 BNEP_TRACE_EVENT1 ("BNEP - role change response is %d", resp_code);
754 BNEP_TRACE_ERROR1 ("BNEP - setup response %d is not OK", resp_code);
904 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK;
938 resp_code = BNEP_FILTER_CRL_BAD_RANGE;
944 resp_code = BNEP_FILTER_CRL_MAX_REACHED;
946 if (resp_code != BNEP_FILTER_CRL_OK)
948 bnepu_send_peer_filter_rsp (p_bcb, resp_code);
965 bnepu_send_peer_filter_rsp (p_bcb, resp_code);
985 UINT16 resp_code;
1009 BE_STREAM_TO_UINT16 (resp_code, p_data);
1012 if (resp_code != BNEP_FILTER_CRL_OK)
1037 UINT16 resp_code;
1061 BE_STREAM_TO_UINT16 (resp_code, p_data);
1064 if (resp_code != BNEP_FILTER_CRL_OK)
1090 UINT16 resp_code = BNEP_FILTER_CRL_OK;
1152 bnepu_send_peer_multicast_filter_rsp (p_bcb, resp_code);
1214 UINT16 resp_code = BNEP_SETUP_CONN_OK;
1293 bnep_send_conn_responce (p_bcb, resp_code);