Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c602 bool is_first_iteration = true; in hci_set_adv_ext_fragmented() local
626 if (is_first_iteration && ad_stream_is_empty(&stream)) { in hci_set_adv_ext_fragmented()
628 } else if (is_first_iteration) { in hci_set_adv_ext_fragmented()
641 is_first_iteration = false; in hci_set_adv_ext_fragmented()
715 bool is_first_iteration = true; in hci_set_per_adv_data() local
739 if (is_first_iteration && ad_stream_is_empty(&stream)) { in hci_set_per_adv_data()
741 } else if (is_first_iteration) { in hci_set_per_adv_data()
754 is_first_iteration = false; in hci_set_per_adv_data()