Home
last modified time | relevance | path

Searched refs:llcp_ntf_alloc (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_cc.c270 ctx->node_ref.rx = llcp_ntf_alloc(); in rp_cc_send_reject_ind()
425 ctx->node_ref.rx = llcp_ntf_alloc(); in rp_cc_state_wait_ntf_avail()
845 ctx->node_ref.rx = llcp_ntf_alloc(); in lp_cc_state_wait_ntf_avail()
929 ctx->node_ref.rx = llcp_ntf_alloc(); in lp_cc_st_wait_notify_cancel()
Dull_llcp_conn_upd.c426 ctx->node_ref.rx = llcp_ntf_alloc(); in lp_cu_send_conn_update_ind_finalize()
904 ctx->node_ref.rx = llcp_ntf_alloc(); in rp_cu_send_conn_update_ind_finalize()
Dull_llcp_phy.c392 ctx->data.pu.ntf_dle_node = llcp_ntf_alloc(); in lp_pu_tx()
941 ctx->data.pu.ntf_dle_node = llcp_ntf_alloc(); in rp_pu_tx()
Dull_llcp_internal.h438 struct node_rx_pdu *llcp_ntf_alloc(void);
Dull_llcp_common.c395 ntf = llcp_ntf_alloc(); in lp_comm_ntf()
Dull_llcp.c262 struct node_rx_pdu *llcp_ntf_alloc(void) in llcp_ntf_alloc() function