Home
last modified time | relevance | path

Searched refs:llcp_mem_pool (Results 1 – 2 of 2) sorted by relevance

/subsys/bluetooth/controller/ll_sw/
A Dull_llcp.c82 static struct llcp_mem_pool mem_tx = { .pool = buffer_mem_tx };
86 static struct llcp_mem_pool mem_local_ctx = { .pool = buffer_mem_local_ctx };
90 static struct llcp_mem_pool mem_remote_ctx = { .pool = buffer_mem_remote_ctx };
95 static struct proc_ctx *proc_ctx_acquire(struct llcp_mem_pool *owner) in proc_ctx_acquire()
351 static struct proc_ctx *create_procedure(enum llcp_proc proc, struct llcp_mem_pool *ctx_pool) in create_procedure()
A Dull_llcp_internal.h8 struct llcp_mem_pool { struct
138 struct llcp_mem_pool *owner;

Completed in 24 milliseconds