Home
last modified time | relevance | path

Searched refs:dbuf_curr_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Ddbuf.h92 static inline void *dbuf_curr_get(struct dbuf_hdr *hdr) in dbuf_curr_get() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c632 df_rx_params = dbuf_curr_get(&df_rx_cfg->hdr);
1235 rx_params = dbuf_curr_get(&rx_cfg->hdr);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df.c635 rx_params = dbuf_curr_get(&rx_cfg->hdr); in ull_df_conn_cfg_is_not_enabled()