Lines Matching defs:ctx
56 static void cc_ntf_established(struct ll_conn *conn, struct proc_ctx *ctx) in cc_ntf_established()
136 static void llcp_rp_cc_tx_rsp(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_tx_rsp()
193 static void llcp_rp_cc_tx_reject(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in llcp_rp_cc_tx_reject()
213 static void rp_cc_ntf_create(struct ll_conn *conn, struct proc_ctx *ctx) in rp_cc_ntf_create()
233 static void rp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_complete()
240 static void rp_cc_send_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_cis_rsp()
254 static void rp_cc_send_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_reject_ind()
289 static void rp_cc_state_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_idle()
302 static uint8_t rp_cc_check_phy(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_check_phy()
324 static void rp_cc_state_wait_rx_cis_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_rx_cis_req()
358 static void rp_cc_state_wait_tx_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_tx_cis_rsp()
371 static void rp_cc_state_wait_tx_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_tx_reject_ind()
384 static void rp_cc_state_wait_rx_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_rx_cis_ind()
419 static void rp_cc_state_wait_ntf_avail(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_ntf_avail()
441 static void rp_cc_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_check_instant()
464 static void rp_cc_state_wait_reply(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_reply()
495 static void rp_cc_state_wait_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_instant()
509 static void rp_cc_state_wait_cis_established(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_state_wait_cis_established()
523 static void rp_cc_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_execute_fsm()
560 void llcp_rp_cc_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_rp_cc_rx()
585 bool llcp_rp_cc_awaiting_reply(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_reply()
590 bool llcp_rp_cc_awaiting_established(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_established()
595 void llcp_rp_cc_accept(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_accept()
600 void llcp_rp_cc_reject(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_reject()
605 void llcp_rp_cc_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_rp_cc_run()
610 bool llcp_rp_cc_awaiting_instant(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_instant()
615 void llcp_rp_cc_established(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_established()
660 static void lp_cc_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in lp_cc_tx()
691 void llcp_lp_cc_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_lp_cc_rx()
713 void llcp_lp_cc_offset_calc_reply(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_cc_offset_calc_reply()
718 static void lp_cc_offset_calc_req(struct ll_conn *conn, struct proc_ctx *ctx, in lp_cc_offset_calc_req()
745 struct proc_ctx *ctx, in lp_cc_st_wait_offset_calc_tx_req()
759 struct proc_ctx *ctx, in lp_cc_st_wait_offset_calc()
777 static void lp_cc_send_cis_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_send_cis_req()
790 static void lp_cc_st_wait_tx_cis_req(struct ll_conn *conn, struct proc_ctx *ctx, in lp_cc_st_wait_tx_cis_req()
803 static void lp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cc_complete()
810 static void lp_cc_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cc_st_idle()
839 static void lp_cc_state_wait_ntf_avail(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_state_wait_ntf_avail()
859 static void cc_prepare_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx) in cc_prepare_cis_ind()
877 static void lp_cc_send_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_send_cis_ind()
888 static void lp_cc_st_wait_rx_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_rx_cis_rsp()
923 static void lp_cc_st_wait_notify_cancel(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_notify_cancel()
944 static void lp_cc_st_wait_rx_cis_rsp_cancel(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_rx_cis_rsp_cancel()
976 static void lp_cc_st_wait_tx_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx, in lp_cc_st_wait_tx_cis_ind()
989 static void lp_cc_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_check_instant()
1012 static void lp_cc_st_wait_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_instant()
1025 static void lp_cc_st_wait_established(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_established()
1039 static void lp_cc_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cc_execute_fsm()
1082 void llcp_lp_cc_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_cc_run()
1087 bool llcp_lp_cc_is_active(struct proc_ctx *ctx) in llcp_lp_cc_is_active()
1092 bool llcp_lp_cc_awaiting_established(struct proc_ctx *ctx) in llcp_lp_cc_awaiting_established()
1097 void llcp_lp_cc_established(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_cc_established()
1102 bool llcp_lp_cc_cancel(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_cc_cancel()