Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c46 ADV_FLAG_ACTIVE, enumerator
169 if (atomic_test_and_set_bit(ext_adv->flags, ADV_FLAG_ACTIVE)) { in adv_start()
178 atomic_clear_bit(ext_adv->flags, ADV_FLAG_ACTIVE); in adv_start()
189 atomic_clear_bit(ext_adv->flags, ADV_FLAG_ACTIVE); in adv_start()
198 atomic_clear_bit(ext_adv->flags, ADV_FLAG_ACTIVE); in adv_start()
267 atomic_clear_bit(ext_adv->flags, ADV_FLAG_ACTIVE); in schedule_send_with_mask()
270 if (atomic_test_bit(ext_adv->flags, ADV_FLAG_ACTIVE)) { in schedule_send_with_mask()
302 atomic_clear_bit(ext_adv->flags, ADV_FLAG_ACTIVE); in send_pending_adv()
412 if (!atomic_test_bit(ext_adv->flags, ADV_FLAG_ACTIVE)) { in bt_mesh_adv_terminate()
479 if (!atomic_test_bit(ext_adv->flags, ADV_FLAG_ACTIVE)) { in adv_sent()
[all …]