Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c48 #define SEG_NVAL 0xff macro
509 link.rx.seg = SEG_NVAL; in gen_prov_cont()
510 link.rx.last_seg = SEG_NVAL; in gen_prov_cont()
576 uint8_t seg = SEG_NVAL; in gen_prov_start()
647 ((link.rx.seg & SEG_NVAL) != SEG_NVAL) && in gen_prov_start()
648 (find_msb_set((~link.rx.seg) & SEG_NVAL) - 1 > link.rx.last_seg)) { in gen_prov_start()