Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dadv.h21 FAKE(bt_le_ext_adv_foreach)
29 DECLARE_FAKE_VOID_FUNC(bt_le_ext_adv_foreach, bt_le_ext_adv_foreach_cb, void *);
Dadv.c17 DEFINE_FAKE_VOID_FUNC(bt_le_ext_adv_foreach, bt_le_ext_adv_foreach_cb, void *);
/Zephyr-latest/subsys/bluetooth/host/
Dadv.h15 void bt_le_ext_adv_foreach(void (*func)(struct bt_le_ext_adv *adv, void *data),
Did.c293 bt_le_ext_adv_foreach(adv_rpa_invalidate, &rpa_expired_data); in le_rpa_invalidate()
296 bt_le_ext_adv_foreach(adv_rpa_clear_data, &rpa_expired_data); in le_rpa_invalidate()
572 bt_le_ext_adv_foreach(adv_pause_rpa, &adv_enabled); in le_adv_rpa_timeout()
575 bt_le_ext_adv_foreach(adv_is_private_enabled, &adv_enabled); in le_adv_rpa_timeout()
651 bt_le_ext_adv_foreach(adv_enable_rpa, NULL); in le_update_private_addr()
1033 bt_le_ext_adv_foreach(adv_is_limited_enabled, &adv_enabled); in bt_id_add()
1051 bt_le_ext_adv_foreach(adv_pause_enabled, NULL); in bt_id_add()
1121 bt_le_ext_adv_foreach(adv_unpause_enabled, NULL); in bt_id_add()
1182 bt_le_ext_adv_foreach(adv_is_limited_enabled, &adv_enabled); in bt_id_del()
1199 bt_le_ext_adv_foreach(adv_pause_enabled, NULL); in bt_id_del()
[all …]
Dadv.c262 void bt_le_ext_adv_foreach(void (*func)(struct bt_le_ext_adv *adv, void *data), in bt_le_ext_adv_foreach() function