Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c72 adv, info->num_sent); in adv_sent_cb()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h65 uint8_t num_sent; member
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/advx/src/
Dmain.c141 printk("%s: num_sent = %u\n", __func__, info->num_sent); in sent_cb()
144 num_sent_actual = info->num_sent; in sent_cb()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dadv.c2236 .num_sent = evt->num_completed_ext_adv_evts, in bt_hci_le_adv_set_terminated()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dbt.c473 bt_le_ext_adv_get_index(adv), adv, info->num_sent); in adv_sent()