Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c235 …tatus_t btc_transfer_context(btc_msg_t *msg, void *arg, int arg_len, btc_arg_deep_copy_t copy_func, in btc_transfer_context() argument
258 if (copy_func) { in btc_transfer_context()
259 copy_func(lmsg, lmsg->arg, arg); in btc_transfer_context()
265 if (copy_func && free_func) { in btc_transfer_context()
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h113 …tatus_t btc_transfer_context(btc_msg_t *msg, void *arg, int arg_len, btc_arg_deep_copy_t copy_func,