Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dadv.h19 FAKE(bt_le_ext_adv_get_index) \
25 DECLARE_FAKE_VALUE_FUNC(uint8_t, bt_le_ext_adv_get_index, struct bt_le_ext_adv *);
Dadv.c13 DEFINE_FAKE_VALUE_FUNC(uint8_t, bt_le_ext_adv_get_index, struct bt_le_ext_adv *);
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Ddut_rpa_expired.c71 if (rpa_count == bt_le_ext_adv_get_index(adv)) { in rpa_expired_cb()
72 printk("adv index %d returns false\n", bt_le_ext_adv_get_index(adv)); in rpa_expired_cb()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c74 printk("Advertiser[%d] %p sent %d\n", bt_le_ext_adv_get_index(adv), in adv_sent_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1555 uint8_t bt_le_ext_adv_get_index(struct bt_le_ext_adv *adv);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c623 bt_shell_print("Advertiser[%d] %p sent %d", bt_le_ext_adv_get_index(adv), adv, in adv_sent()
634 bt_shell_print("Advertiser[%d] %p scanned by %s", bt_le_ext_adv_get_index(adv), adv, str); in adv_scanned()
646 bt_shell_print("Advertiser[%d] %p connected by %s", bt_le_ext_adv_get_index(adv), adv, str); in adv_connected()
653 uint8_t adv_index = bt_le_ext_adv_get_index(adv); in adv_rpa_expired()
2232 adv_index = bt_le_ext_adv_get_index(adv); in cmd_adv_create()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c315 adv_handle = bt_le_ext_adv_get_index(adv); in create_ll_big()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c212 uint8_t bt_le_ext_adv_get_index(struct bt_le_ext_adv *adv) in bt_le_ext_adv_get_index() function