Lines Matching defs:ctx

60 static void cc_ntf_established(struct ll_conn *conn, struct proc_ctx *ctx)  in cc_ntf_established()
140 static void llcp_rp_cc_tx_rsp(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_tx_rsp()
197 static void llcp_rp_cc_tx_reject(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in llcp_rp_cc_tx_reject()
217 static void rp_cc_ntf_create(struct ll_conn *conn, struct proc_ctx *ctx) in rp_cc_ntf_create()
237 static void rp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_complete()
244 static void rp_cc_send_cis_rsp(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_cis_rsp()
258 static void rp_cc_send_reject_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_send_reject_ind()
293 static void rp_cc_state_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_idle()
306 static uint8_t rp_cc_check_phy(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_check_phy()
331 static uint8_t rp_cc_validate_req(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_validate_req()
409 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()
443 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()
456 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()
469 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()
504 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()
526 static void rp_cc_check_instant_by_counter(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_check_instant_by_counter()
547 static void rp_cc_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_check_instant()
557 static void rp_cc_check_instant_rx_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_check_instant_rx_cis_ind()
567 static void rp_cc_state_wait_reply(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_reply()
598 static void rp_cc_state_wait_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in rp_cc_state_wait_instant()
612 static void rp_cc_state_wait_cis_established(struct ll_conn *conn, struct proc_ctx *ctx, in rp_cc_state_wait_cis_established()
626 static void rp_cc_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in rp_cc_execute_fsm()
663 void llcp_rp_cc_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_rp_cc_rx()
688 bool llcp_rp_cc_awaiting_reply(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_reply()
693 bool llcp_rp_cc_awaiting_established(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_established()
698 void llcp_rp_cc_accept(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_accept()
703 void llcp_rp_cc_reject(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_reject()
708 void llcp_rp_cc_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_rp_cc_run()
713 bool llcp_rp_cc_awaiting_instant(struct proc_ctx *ctx) in llcp_rp_cc_awaiting_instant()
718 void llcp_rp_cc_established(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_rp_cc_established()
763 static void lp_cc_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in lp_cc_tx()
794 void llcp_lp_cc_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_lp_cc_rx()
816 void llcp_lp_cc_offset_calc_reply(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_cc_offset_calc_reply()
821 static void lp_cc_offset_calc_req(struct ll_conn *conn, struct proc_ctx *ctx, in lp_cc_offset_calc_req()
848 struct proc_ctx *ctx, in lp_cc_st_wait_offset_calc_tx_req()
862 struct proc_ctx *ctx, in lp_cc_st_wait_offset_calc()
880 static void lp_cc_send_cis_req(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_send_cis_req()
893 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()
906 static void lp_cc_complete(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cc_complete()
913 static void lp_cc_st_idle(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cc_st_idle()
942 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()
962 static void cc_prepare_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx) in cc_prepare_cis_ind()
980 static void lp_cc_send_cis_ind(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_send_cis_ind()
991 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()
1026 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()
1047 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()
1079 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()
1092 static void lp_cc_check_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_check_instant()
1115 static void lp_cc_st_wait_instant(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_instant()
1128 static void lp_cc_st_wait_established(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, in lp_cc_st_wait_established()
1142 static void lp_cc_execute_fsm(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt, void *param) in lp_cc_execute_fsm()
1185 void llcp_lp_cc_run(struct ll_conn *conn, struct proc_ctx *ctx, void *param) in llcp_lp_cc_run()
1190 bool llcp_lp_cc_is_active(struct proc_ctx *ctx) in llcp_lp_cc_is_active()
1195 bool llcp_lp_cc_awaiting_established(struct proc_ctx *ctx) in llcp_lp_cc_awaiting_established()
1200 void llcp_lp_cc_established(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_cc_established()
1205 bool llcp_lp_cc_cancel(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_lp_cc_cancel()