Searched refs:bt_le_ext_adv_foreach (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/bluetooth/host/id/mocks/ |
| D | adv.h | 21 FAKE(bt_le_ext_adv_foreach) 29 DECLARE_FAKE_VOID_FUNC(bt_le_ext_adv_foreach, bt_le_ext_adv_foreach_cb, void *);
|
| D | adv.c | 17 DEFINE_FAKE_VOID_FUNC(bt_le_ext_adv_foreach, bt_le_ext_adv_foreach_cb, void *);
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | adv.h | 15 void bt_le_ext_adv_foreach(void (*func)(struct bt_le_ext_adv *adv, void *data),
|
| D | id.c | 293 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 …]
|
| D | adv.c | 262 void bt_le_ext_adv_foreach(void (*func)(struct bt_le_ext_adv *adv, void *data), in bt_le_ext_adv_foreach() function
|