Lines Matching refs:resp_code

219 void bnep_send_conn_responce(tBNEP_CONN* p_bcb, uint16_t resp_code) {  in bnep_send_conn_responce()  argument
235 UINT16_TO_BE_STREAM(p, resp_code); in bnep_send_conn_responce()
635 uint16_t resp_code; in bnep_process_setup_conn_responce() local
652 BE_STREAM_TO_UINT16(resp_code, p_setup); in bnep_process_setup_conn_responce()
654 switch (resp_code) { in bnep_process_setup_conn_responce()
674 if (resp_code != BNEP_SETUP_CONN_OK) { in bnep_process_setup_conn_responce()
676 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()
694 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()
896 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_filter_set() local
925 resp_code = BNEP_FILTER_CRL_BAD_RANGE; in bnepu_process_peer_filter_set()
930 resp_code = BNEP_FILTER_CRL_MAX_REACHED; in bnepu_process_peer_filter_set()
932 if (resp_code != BNEP_FILTER_CRL_OK) { in bnepu_process_peer_filter_set()
933 bnepu_send_peer_filter_rsp(p_bcb, resp_code); in bnepu_process_peer_filter_set()
949 bnepu_send_peer_filter_rsp(p_bcb, resp_code); in bnepu_process_peer_filter_set()
963 uint16_t resp_code; in bnepu_process_peer_filter_rsp() local
986 BE_STREAM_TO_UINT16(resp_code, p_data); in bnepu_process_peer_filter_rsp()
989 if (resp_code != BNEP_FILTER_CRL_OK) result = BNEP_SET_FILTER_FAIL; in bnepu_process_peer_filter_rsp()
1006 uint16_t resp_code; in bnepu_process_multicast_filter_rsp() local
1029 BE_STREAM_TO_UINT16(resp_code, p_data); in bnepu_process_multicast_filter_rsp()
1032 if (resp_code != BNEP_FILTER_CRL_OK) result = BNEP_SET_FILTER_FAIL; in bnepu_process_multicast_filter_rsp()
1051 uint16_t resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_multicast_filter_set() local
1111 bnepu_send_peer_multicast_filter_rsp(p_bcb, resp_code); in bnepu_process_peer_multicast_filter_set()
1163 uint16_t resp_code = BNEP_SETUP_CONN_OK; in bnep_sec_check_complete() local
1241 bnep_send_conn_responce(p_bcb, resp_code); in bnep_sec_check_complete()