Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Drpl.c45 static atomic_t rpl_flags; variable
136 atomic_test_bit(&rpl_flags, PENDING_RESET) && in bt_mesh_rpl_check()
181 atomic_set_bit(&rpl_flags, PENDING_CLEAR); in bt_mesh_rpl_clear()
236 atomic_set_bit(&rpl_flags, PENDING_RESET); in bt_mesh_rpl_reset()
361 clr = atomic_test_and_clear_bit(&rpl_flags, PENDING_CLEAR); in bt_mesh_rpl_pending_store()
362 rst = atomic_test_bit(&rpl_flags, PENDING_RESET); in bt_mesh_rpl_pending_store()
401 atomic_clear_bit(&rpl_flags, PENDING_RESET); in bt_mesh_rpl_pending_store()