Home
last modified time | relevance | path

Searched refs:dbuf_hdr (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Ddbuf.h13 struct dbuf_hdr { struct
36 void *dbuf_alloc(struct dbuf_hdr *hdr, uint8_t *idx); argument
48 static inline void *dbuf_peek(struct dbuf_hdr *hdr) in dbuf_peek()
59 static inline void dbuf_enqueue(struct dbuf_hdr *hdr, uint8_t idx) in dbuf_enqueue()
78 void *dbuf_latest_get(struct dbuf_hdr *hdr, uint8_t *is_modified);
92 static inline void *dbuf_curr_get(struct dbuf_hdr *hdr) in dbuf_curr_get()
104 static inline bool dbuf_is_modified(const struct dbuf_hdr *hdr) in dbuf_is_modified()
Ddbuf.c17 void *dbuf_alloc(struct dbuf_hdr *hdr, uint8_t *idx) in dbuf_alloc()
61 void *dbuf_latest_get(struct dbuf_hdr *hdr, uint8_t *is_modified) in dbuf_latest_get()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_types.h156 struct dbuf_hdr hdr;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df.c863 struct dbuf_hdr *params_buf_hdr; in ll_df_set_conn_cte_rx_params()