Home
last modified time | relevance | path

Searched refs:rejected_opcode (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_conn_upd.c315 llcp_pdu_encode_reject_ext_ind(pdu, ctx->data.cu.rejected_opcode, in lp_cu_tx()
542 ctx->data.cu.rejected_opcode = PDU_DATA_LLCTRL_TYPE_CONN_PARAM_RSP; in lp_cu_st_wait_rx_conn_param_rsp()
831 llcp_pdu_encode_reject_ext_ind(pdu, ctx->data.cu.rejected_opcode, in rp_cu_tx()
1037 ctx->data.cu.rejected_opcode = PDU_DATA_LLCTRL_TYPE_CONN_PARAM_REQ; in rp_cu_st_wait_conn_param_req_available()
1091 ctx->data.cu.rejected_opcode = PDU_DATA_LLCTRL_TYPE_CONN_PARAM_REQ; in rp_cu_st_wait_rx_conn_param_req()
1128 ctx->data.cu.rejected_opcode = PDU_DATA_LLCTRL_TYPE_CONN_PARAM_REQ; in rp_cu_state_wait_conn_param_req_reply()
1151 ctx->data.cu.rejected_opcode = PDU_DATA_LLCTRL_TYPE_CONN_PARAM_REQ; in rp_cu_state_wait_conn_param_req_reply_continue()
Dull_llcp_internal.h231 uint8_t rejected_opcode; member