• Home
  • Raw
  • Download

Lines Matching refs:resp_code

235 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)  in bnep_send_conn_responce()  argument
251 UINT16_TO_BE_STREAM (p, resp_code); in bnep_send_conn_responce()
668 UINT16 resp_code; in bnep_process_setup_conn_responce() local
686 BE_STREAM_TO_UINT16 (resp_code, p_setup); in bnep_process_setup_conn_responce()
688 switch (resp_code) in bnep_process_setup_conn_responce()
709 if (resp_code != BNEP_SETUP_CONN_OK) in bnep_process_setup_conn_responce()
713 BNEP_TRACE_EVENT ("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()
733 BNEP_TRACE_ERROR ("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()
882 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_filter_set() local
916 resp_code = BNEP_FILTER_CRL_BAD_RANGE; in bnepu_process_peer_filter_set()
922 resp_code = BNEP_FILTER_CRL_MAX_REACHED; in bnepu_process_peer_filter_set()
924 if (resp_code != BNEP_FILTER_CRL_OK) in bnepu_process_peer_filter_set()
926 bnepu_send_peer_filter_rsp (p_bcb, resp_code); in bnepu_process_peer_filter_set()
943 bnepu_send_peer_filter_rsp (p_bcb, resp_code); in bnepu_process_peer_filter_set()
959 UINT16 resp_code; in bnepu_process_peer_filter_rsp() local
983 BE_STREAM_TO_UINT16 (resp_code, p_data); in bnepu_process_peer_filter_rsp()
986 if (resp_code != BNEP_FILTER_CRL_OK) in bnepu_process_peer_filter_rsp()
1005 UINT16 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) in bnepu_process_multicast_filter_rsp()
1052 UINT16 resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_multicast_filter_set() local
1114 bnepu_send_peer_multicast_filter_rsp (p_bcb, resp_code); in bnepu_process_peer_multicast_filter_set()
1169 UINT16 resp_code = BNEP_SETUP_CONN_OK; in bnep_sec_check_complete() local
1252 bnep_send_conn_responce (p_bcb, resp_code); in bnep_sec_check_complete()