Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c914 struct ll_adv_iso_set *adv_iso, *adv_iso_empty; in ll_adv_iso_by_hci_handle_new() local
918 adv_iso_empty = NULL; in ll_adv_iso_by_hci_handle_new()
925 } else if (!adv_iso_empty) { in ll_adv_iso_by_hci_handle_new()
926 adv_iso_empty = adv_iso; in ll_adv_iso_by_hci_handle_new()
931 if (adv_iso_empty) { in ll_adv_iso_by_hci_handle_new()
932 memset(adv_iso_empty, 0U, sizeof(*adv_iso_empty)); in ll_adv_iso_by_hci_handle_new()
933 adv_iso_empty->hci_handle = hci_handle; in ll_adv_iso_by_hci_handle_new()