Searched refs:resp_code (Results 1 – 3 of 3) sorted by relevance
221 void bnep_send_conn_response(tBNEP_CONN* p_bcb, uint16_t resp_code) { in bnep_send_conn_response() argument237 UINT16_TO_BE_STREAM(p, resp_code); in bnep_send_conn_response()634 uint16_t resp_code; in bnep_process_setup_conn_responce() local650 BE_STREAM_TO_UINT16(resp_code, p_setup); in bnep_process_setup_conn_responce()652 switch (resp_code) { in bnep_process_setup_conn_responce()672 if (resp_code != BNEP_SETUP_CONN_OK) { in bnep_process_setup_conn_responce()674 log::verbose("BNEP - role change response is {}", resp_code); in bnep_process_setup_conn_responce()692 log::error("BNEP - setup response {} is not OK", resp_code); in bnep_process_setup_conn_responce()878 uint16_t xx, resp_code = BNEP_FILTER_CRL_OK; in bnepu_process_peer_filter_set() local907 resp_code = BNEP_FILTER_CRL_BAD_RANGE; in bnepu_process_peer_filter_set()[all …]
215 uint16_t resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp() local229 resp_code = BNEP_SETUP_INVALID_SRC_UUID; in BNEP_ConnectResp()231 resp_code = BNEP_SETUP_INVALID_DEST_UUID; in BNEP_ConnectResp()233 resp_code = BNEP_SETUP_INVALID_UUID_SIZE; in BNEP_ConnectResp()235 resp_code = BNEP_SETUP_CONN_OK; in BNEP_ConnectResp()237 resp_code = BNEP_SETUP_CONN_NOT_ALLOWED; in BNEP_ConnectResp()239 bnep_send_conn_response(p_bcb, resp_code); in BNEP_ConnectResp()
196 void bnep_send_conn_response(tBNEP_CONN* p_bcb, uint16_t resp_code);