Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dadv.c226 if (!atomic_test_bit(adv_pool[i].flags, BT_ADV_CREATED)) { in adv_new()
237 atomic_set_bit(adv_pool[i].flags, BT_ADV_CREATED); in adv_new()
245 atomic_clear_bit(adv->flags, BT_ADV_CREATED); in adv_delete()
252 atomic_test_bit(adv_pool[handle].flags, BT_ADV_CREATED)) { in bt_adv_lookup_handle()
266 if (atomic_test_bit(adv_pool[i].flags, BT_ADV_CREATED)) { in bt_le_ext_adv_foreach()
302 atomic_clear_bit(bt_dev.adv->flags, BT_ADV_CREATED); in bt_le_adv_delete_legacy()
Dhci_core.h76 BT_ADV_CREATED, enumerator
Dhci_core.c2427 if (!atomic_test_bit(adv->flags, BT_ADV_CREATED)) { in bt_hci_get_adv_handle()