Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c100 static void chain_append_to_list(struct ll_scan_aux_chain **head, struct ll_scan_aux_chain *chain);
2763 chain_append_to_list(&scan_aux_set.active_chains, chain); in ticker_cb()
2899 static void chain_append_to_list(struct ll_scan_aux_chain **head, struct ll_scan_aux_chain *chain) in chain_append_to_list() function