Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c128 int last_unacked; member
204 struct unacked_adv_ctx *unacked_adv = &link.tx.unacked[link.tx.last_unacked]; in delayed_adv_send_end()
237 int idx = (i + link.tx.last_unacked) % ARRAY_SIZE(link.tx.unacked); in tx_work_handler()
247 link.tx.last_unacked = idx; in tx_work_handler()