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 | 288 bt_le_ext_adv_foreach(adv_rpa_invalidate, &rpa_expired_data); in le_rpa_invalidate() 291 bt_le_ext_adv_foreach(adv_rpa_clear_data, &rpa_expired_data); in le_rpa_invalidate() 567 bt_le_ext_adv_foreach(adv_pause_rpa, &adv_enabled); in le_adv_rpa_timeout() 570 bt_le_ext_adv_foreach(adv_is_private_enabled, &adv_enabled); in le_adv_rpa_timeout() 646 bt_le_ext_adv_foreach(adv_enable_rpa, NULL); in le_update_private_addr() 1028 bt_le_ext_adv_foreach(adv_is_limited_enabled, &adv_enabled); in bt_id_add() 1046 bt_le_ext_adv_foreach(adv_pause_enabled, NULL); in bt_id_add() 1116 bt_le_ext_adv_foreach(adv_unpause_enabled, NULL); in bt_id_add() 1177 bt_le_ext_adv_foreach(adv_is_limited_enabled, &adv_enabled); in bt_id_del() 1194 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
|