Home | History | Annotate | Download | only in bnep

Lines Matching defs:resp_code

211 void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code) {
227 UINT16_TO_BE_STREAM(p, resp_code);
621 uint16_t resp_code;
638 BE_STREAM_TO_UINT16(resp_code, p_setup);
640 switch (resp_code) {
660 if (resp_code != BNEP_SETUP_CONN_OK) {
662 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code);
682 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code);
863 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK;
892 resp_code = BNEP_FILTER_CRL_BAD_RANGE;
897 resp_code = BNEP_FILTER_CRL_MAX_REACHED;
899 if (resp_code != BNEP_FILTER_CRL_OK) {
900 bnepu_send_peer_filter_rsp(p_bcb, resp_code);
916 bnepu_send_peer_filter_rsp(p_bcb, resp_code);
930 uint16_t resp_code;
953 BE_STREAM_TO_UINT16(resp_code, p_data);
956 if (resp_code != BNEP_FILTER_CRL_OK) result = BNEP_SET_FILTER_FAIL;
973 uint16_t resp_code;
996 BE_STREAM_TO_UINT16(resp_code, p_data);
999 if (resp_code != BNEP_FILTER_CRL_OK) result = BNEP_SET_FILTER_FAIL;
1018 uint16_t resp_code = BNEP_FILTER_CRL_OK;
1078 bnepu_send_peer_multicast_filter_rsp(p_bcb, resp_code);
1130 uint16_t resp_code = BNEP_SETUP_CONN_OK;
1212 bnep_send_conn_responce(p_bcb, resp_code);